
maene/jellyfin新增fonts-noto-cjk-extra fonts-wqy-zenhei字体,基于Linuxserver/jellyfin
dockerfile文件[***]
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
docker-compose (recommended, click here for more info)
Docker--- version: "2.1" services: jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - JELLYFIN_PublishedServerUrl=192.168.0.5 #optional volumes: - /path/to/library:/config - /path/to/tvseries:/data/tvshows - /path/to/movies:/data/movies ports: - 8096:8096 - 8920:8920 #optional - 7359:7359/udp #optional - 1900:1900/udp #optional restart: unless-stopped
docker cli (click here for more info)
Dockerdocker run -d \ --name=jellyfin \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ -e JELLYFIN_PublishedServerUrl=192.168.0.5 `#optional` \ -p 8096:8096 \ -p 8920:8920 `#optional` \ -p 7359:7359/udp `#optional` \ -p 1900:1900/udp `#optional` \ -v /path/to/library:/config \ -v /path/to/tvseries:/data/tvshows \ -v /path/to/movies:/data/movies \ --restart unless-stopped \ lscr.io/linuxserver/jellyfin:latest
Containers are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate
| Parameter | Function |
|---|---|
| -p 8096 | Http webUI. |
| -p 8920 | Optional - Https webUI (you need to set up your own certificate). |
| -p 7359/udp | Optional - Allows clients to discover Jellyfin on the local network. |
| -p 1900/udp | Optional - Service discovery used by DNLA and clients. |
| -e PUID=1000 | for UserID - see below for explanation |
| -e PGID=1000 | for GroupID - see below for explanation |
| -e TZ=Etc/UTC | specify a timezone to use, see this list. |
| -e JELLYFIN_PublishedServerUrl=192.168.0.5 | Set the autodiscovery response domain or IP address. |
| -v /config | Jellyfin data storage location. This ca1n grow very large, 50gb+ is likely for a large collection. |
| -v /data/tvshows | Media goes here. Add as many as needed e.g. /data/movies, /data/tv, etc. |
| -v /data/movies | Media goes here. Add as many as needed e.g. /data/movies, /data/tv, etc. |



manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务