File tree 3 files changed +3
-0
lines changed
root/etc/s6-overlay/s6-rc.d/svc-jellyfin
3 files changed +3
-0
lines changed 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
372
372
373
373
# # Versions
374
374
375
+ * ** 06.10.24:** - Fix fontconfig cache path.
375
376
* ** 13.08.24:** - Rebase to Ubuntu Noble.
376
377
* ** 01.05.24:** - Increase verbosity of device permissions fixing.
377
378
* ** 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
91
91
unraid_template_sync : false
92
92
# changelog
93
93
changelogs :
94
+ - {date: "06.10.24:", desc: "Fix fontconfig cache path."}
94
95
- {date: "13.08.24:", desc: "Rebase to Ubuntu Noble."}
95
96
- {date: "01.05.24:", desc: "Increase verbosity of device permissions fixing."}
96
97
- {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
6
6
fi
7
7
8
8
export \
9
+ HOME="/config" \
9
10
JELLYFIN_DATA_DIR="/config/data" \
10
11
JELLYFIN_CONFIG_DIR="/config" \
11
12
JELLYFIN_LOG_DIR="/config/log" \
You can’t perform that action at this time.
0 commit comments