File tree Expand file tree Collapse file tree
root/etc/s6-overlay/s6-rc.d/svc-jellyfin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -372,6 +372,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
372372
373373# # Versions
374374
375+ * ** 06.10.24:** - Fix fontconfig cache path.
375376* ** 13.08.24:** - Rebase to Ubuntu Noble.
376377* ** 01.05.24:** - Increase verbosity of device permissions fixing.
377378* ** 12.02.24:** - Use universal hardware acceleration blurb.
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ readme_hwaccel: true
9191unraid_template_sync : false
9292# changelog
9393changelogs :
94+ - {date: "06.10.24:", desc: "Fix fontconfig cache path."}
9495 - {date: "13.08.24:", desc: "Rebase to Ubuntu Noble."}
9596 - {date: "01.05.24:", desc: "Increase verbosity of device permissions fixing."}
9697 - {date: "12.02.24:", desc: "Use universal hardware acceleration blurb."}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ if [[ -z "${FFMPEG_PATH}" ]] || [[ ! -f "${FFMPEG_PATH}" ]]; then
66fi
77
88export \
9+ HOME="/config" \
910 JELLYFIN_DATA_DIR="/config/data" \
1011 JELLYFIN_CONFIG_DIR="/config" \
1112 JELLYFIN_LOG_DIR="/config/log" \
You can’t perform that action at this time.
0 commit comments