https://github.com/binhex/arch-jellyfin
Docker build script for Arch Linux base with Jellyfin
https://github.com/binhex/arch-jellyfin
arch-linux audio docker docker-image jellyfin media-server tv video
Last synced: 3 months ago
JSON representation
Docker build script for Arch Linux base with Jellyfin
- Host: GitHub
- URL: https://github.com/binhex/arch-jellyfin
- Owner: binhex
- License: gpl-3.0
- Created: 2019-01-29T10:36:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T12:41:44.000Z (4 months ago)
- Last Synced: 2025-03-01T05:11:49.369Z (4 months ago)
- Topics: arch-linux, audio, docker, docker-image, jellyfin, media-server, tv, video
- Language: Shell
- Homepage:
- Size: 74.2 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
[Jellyfin](https://github.com/jellyfin/jellyfin)
**Description**
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.
**Build notes**
Latest stable Jellyfin release from AUR.
**Usage**
```
docker run -d \
-p 8096:8096 \
--name= \
-v :/media \
-v :/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-jellyfin
```Please replace all user variables in the above command defined by <> with the correct values.
**Access application**
`:8096`
**Example**
```
docker run -d \
-p 8096:8096 \
--name= \
-v /media/movies:/media \
-v /apps/docker/jellyfin/config:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-jellyfin
```**Notes**
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
```
id
```
___
If you appreciate my work, then please consider buying me a beer :D[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.unraid.net/topic/77506-support-binhex-jellyfin/)