This commit is contained in:
rozbrian
2026-01-10 20:46:22 +09:00
commit 304cbcc554
66 changed files with 1291 additions and 0 deletions

17
jellyfin Executable file
View File

@@ -0,0 +1,17 @@
sudo chmod 666 /dev/dri/renderD128
sudo docker run \
--network host \
--detach \
--label "io.containers.autoupdate=registry" \
--name jellyfin \
--publish 8096:8096 \
--user 0:0 \
--userns keep-id \
--group-add="109" \
--volume /etc/docker/jellyfin/cache:/cache \
--volume /etc/docker/jellyfin/config:/config \
--mount type=bind,source=/etc/docker/jellyfin/media,destination=/media,rw=true,relabel=private \
--device /dev/dri/renderD128:/dev/dri/renderD128 \
--tmpfs /sys \
--no-healthcheck \
docker.io/nyanmisaka/jellyfin:latest