kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
1573787ece
commit
5dda73a727
|
@ -18,7 +18,7 @@ title: jellyfin
|
|||
|
||||
[Jellyfin](https://github.com/jellyfin/jellyfin) is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it.
|
||||
|
||||
[](https://github.com/jellyfin/jellyfin)
|
||||
[](https://github.com/jellyfin/jellyfin)
|
||||
|
||||
## Supported Architectures
|
||||
|
||||
|
@ -123,7 +123,7 @@ services:
|
|||
- TZ=Etc/UTC
|
||||
- JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
|
||||
volumes:
|
||||
- /path/to/library:/config
|
||||
- /path/to/jellyfin/library:/config
|
||||
- /path/to/tvseries:/data/tvshows
|
||||
- /path/to/movies:/data/movies
|
||||
ports:
|
||||
|
@ -147,7 +147,7 @@ docker run -d \
|
|||
-p 8920:8920 `#optional` \
|
||||
-p 7359:7359/udp `#optional` \
|
||||
-p 1900:1900/udp `#optional` \
|
||||
-v /path/to/library:/config \
|
||||
-v /path/to/jellyfin/library:/config \
|
||||
-v /path/to/tvseries:/data/tvshows \
|
||||
-v /path/to/movies:/data/movies \
|
||||
--restart unless-stopped \
|
||||
|
@ -367,6 +367,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||
|
||||
## Versions
|
||||
|
||||
* **13.08.24:** - Rebase to Ubuntu Noble.
|
||||
* **01.05.24:** - Increase verbosity of device permissions fixing.
|
||||
* **12.02.24:** - Use universal hardware acceleration blurb.
|
||||
* **12.09.23:** - Take ownership of plugin directories.
|
||||
|
|
Ładowanie…
Reference in New Issue