mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 02:14:30 +00:00
Merge pull request #269 from linuxserver/home
fix fontconfig cache path
This commit is contained in:
commit
03ab1ec8f1
3 changed files with 3 additions and 0 deletions
|
|
@ -372,6 +372,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||
|
||||
## Versions
|
||||
|
||||
* **06.10.24:** - Fix fontconfig cache path.
|
||||
* **13.08.24:** - Rebase to Ubuntu Noble.
|
||||
* **01.05.24:** - Increase verbosity of device permissions fixing.
|
||||
* **12.02.24:** - Use universal hardware acceleration blurb.
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ readme_hwaccel: true
|
|||
unraid_template_sync: false
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "06.10.24:", desc: "Fix fontconfig cache path."}
|
||||
- {date: "13.08.24:", desc: "Rebase to Ubuntu Noble."}
|
||||
- {date: "01.05.24:", desc: "Increase verbosity of device permissions fixing."}
|
||||
- {date: "12.02.24:", desc: "Use universal hardware acceleration blurb."}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ if [[ -z "${FFMPEG_PATH}" ]] || [[ ! -f "${FFMPEG_PATH}" ]]; then
|
|||
fi
|
||||
|
||||
export \
|
||||
HOME="/config" \
|
||||
JELLYFIN_DATA_DIR="/config/data" \
|
||||
JELLYFIN_CONFIG_DIR="/config" \
|
||||
JELLYFIN_LOG_DIR="/config/log" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue