mirror of
				https://github.com/linuxserver/docker-jellyfin.git
				synced 2025-10-31 04:57:38 +09:00 
			
		
		
		
	fix fontconfig cache path
This commit is contained in:
		| @@ -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" \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user