Created
June 4, 2021 02:17
-
-
Save huazhanshen/b9e28b8593e1f940212c866ac51f5640 to your computer and use it in GitHub Desktop.
docker安装jellyfin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1、Docker注册表搜索安装jellyfin/jellyfin | |
2、docker下新建文件夹jellyfin,赋予everyone用户全部权限,再新建一个共享文件夹用于存放电影 | |
3、端口设置为8888(浏览器访问的端口)和55555 | |
4、卷映射 | |
```language | |
/docker/jellyfin /config | |
/共享/movie /media | |
``` | |
5、浏览器输入http://IP:8096,设置语言,设置用户名和密码,跳过添加媒体库,选择语言,登录后台,添加媒体库,转码中设置硬件加速。安装字幕插件opensubtitle,去官网注册后回控制台填上账号密码。 | |
6、可以建立多账号,分配不同权限。 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment