Skip to content

Commit 03ab1ec

Browse files
authored
Merge pull request #269 from linuxserver/home
fix fontconfig cache path
2 parents 0e99c5f + 7e2706a commit 03ab1ec

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff 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.

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ readme_hwaccel: true
9191
unraid_template_sync: false
9292
# changelog
9393
changelogs:
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."}

root/etc/s6-overlay/s6-rc.d/svc-jellyfin/run

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if [[ -z "${FFMPEG_PATH}" ]] || [[ ! -f "${FFMPEG_PATH}" ]]; then
66
fi
77

88
export \
9+
HOME="/config" \
910
JELLYFIN_DATA_DIR="/config/data" \
1011
JELLYFIN_CONFIG_DIR="/config" \
1112
JELLYFIN_LOG_DIR="/config/log" \

0 commit comments

Comments
 (0)