mirror of
				https://github.com/linuxserver/docker-jellyfin.git
				synced 2025-11-01 05:27:38 +09:00 
			
		
		
		
	Merge pull request #46 from linuxserver/nightly-webdir
set web directory path
This commit is contained in:
		| @@ -291,6 +291,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 | |||||||
|  |  | ||||||
| ## Versions | ## Versions | ||||||
|  |  | ||||||
|  | * **27.05.20:** - Set web directory path. | ||||||
| * **11.04.20:** - Enable hw decode (mmal) on Raspberry Pi, update readme instructions, add donation info, create missing default transcodes folder. | * **11.04.20:** - Enable hw decode (mmal) on Raspberry Pi, update readme instructions, add donation info, create missing default transcodes folder. | ||||||
| * **11.03.20:** - Add v4l2 support on Raspberry Pi; remove optional transcode mapping (location is selected in the gui, defaults to path under `/config`). | * **11.03.20:** - Add v4l2 support on Raspberry Pi; remove optional transcode mapping (location is selected in the gui, defaults to path under `/config`). | ||||||
| * **30.01.20:** - Add nightly tag. | * **30.01.20:** - Add nightly tag. | ||||||
|   | |||||||
| @@ -99,6 +99,7 @@ app_setup_block: | | |||||||
|  |  | ||||||
| # changelog | # changelog | ||||||
| changelogs: | changelogs: | ||||||
|  |   - { date: "27.05.20:", desc: "Set web directory path." } | ||||||
|   - { date: "11.04.20:", desc: "Enable hw decode (mmal) on Raspberry Pi, update readme instructions, add donation info, create missing default transcodes folder." } |   - { date: "11.04.20:", desc: "Enable hw decode (mmal) on Raspberry Pi, update readme instructions, add donation info, create missing default transcodes folder." } | ||||||
|   - { date: "11.03.20:", desc: "Add v4l2 support on Raspberry Pi; remove optional transcode mapping (location is selected in the gui, defaults to path under `/config`)." } |   - { date: "11.03.20:", desc: "Add v4l2 support on Raspberry Pi; remove optional transcode mapping (location is selected in the gui, defaults to path under `/config`)." } | ||||||
|   - { date: "30.01.20:", desc: "Add nightly tag." } |   - { date: "30.01.20:", desc: "Add nightly tag." } | ||||||
|   | |||||||
| @@ -3,7 +3,8 @@ | |||||||
| export JELLYFIN_DATA_DIR="/config/data" \ | export JELLYFIN_DATA_DIR="/config/data" \ | ||||||
| JELLYFIN_CONFIG_DIR="/config" \ | JELLYFIN_CONFIG_DIR="/config" \ | ||||||
| JELLYFIN_LOG_DIR="/config/log" \ | JELLYFIN_LOG_DIR="/config/log" \ | ||||||
| JELLYFIN_CACHE_DIR="/config/cache"  | JELLYFIN_CACHE_DIR="/config/cache" \ | ||||||
|  | JELLYFIN_WEB_DIR="/usr/share/jellyfin/web" | ||||||
|  |  | ||||||
| # set umask | # set umask | ||||||
| UMASK_SET=${UMASK_SET:-022} | UMASK_SET=${UMASK_SET:-022} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user