mirror of
				https://github.com/linuxserver/docker-jellyfin.git
				synced 2025-10-31 21:17:39 +09:00 
			
		
		
		
	Merge pull request #132 from linuxserver/var-update
This commit is contained in:
		| @@ -38,10 +38,10 @@ param_env_vars: | |||||||
| opt_param_usage_include_env: true | opt_param_usage_include_env: true | ||||||
| opt_param_env_vars: | opt_param_env_vars: | ||||||
|   - { env_var: "JELLYFIN_PublishedServerUrl", env_value: "192.168.0.5", desc: "Set the autodiscovery response domain or IP address."} |   - { env_var: "JELLYFIN_PublishedServerUrl", env_value: "192.168.0.5", desc: "Set the autodiscovery response domain or IP address."} | ||||||
| opt_param_usage_include_vols: true | opt_param_usage_include_vols: false | ||||||
| opt_param_volumes: | opt_param_volumes: | ||||||
|   - { vol_path: "/opt/vc/lib", vol_host_path: "/opt/vc/lib", desc: "Path for Raspberry Pi OpenMAX libs *optional*." } |   - { vol_path: "/opt/vc/lib", vol_host_path: "/opt/vc/lib", desc: "Path for Raspberry Pi OpenMAX libs *optional*." } | ||||||
| opt_param_device_map: true | opt_param_device_map: false | ||||||
| opt_param_devices: | opt_param_devices: | ||||||
|   - { device_path: "/dev/dri", device_host_path: "/dev/dri", desc: "Only needed if you want to use your Intel GPU for hardware accelerated video encoding (vaapi)." } |   - { device_path: "/dev/dri", device_host_path: "/dev/dri", desc: "Only needed if you want to use your Intel GPU for hardware accelerated video encoding (vaapi)." } | ||||||
|   - { device_path: "/dev/vcsm", device_host_path: "/dev/vcsm", desc: "Only needed if you want to use your Raspberry Pi MMAL video decoding (Enabled as OpenMax H264 decode in gui settings)." } |   - { device_path: "/dev/vcsm", device_host_path: "/dev/vcsm", desc: "Only needed if you want to use your Raspberry Pi MMAL video decoding (Enabled as OpenMax H264 decode in gui settings)." } | ||||||
| @@ -113,8 +113,11 @@ app_setup_block: | | |||||||
|   --device=/dev/video12:/dev/video12 |   --device=/dev/video12:/dev/video12 | ||||||
|   ``` |   ``` | ||||||
|  |  | ||||||
|  | unraid_template_sync: false | ||||||
|  |  | ||||||
| # changelog | # changelog | ||||||
| changelogs: | changelogs: | ||||||
|  |   - { date: "10.12.21:", desc: "Rework readme, disable template sync." } | ||||||
|   - { date: "22.09.21:", desc: "Pull only the server, web and ffmpeg packages instead of the wrapper." } |   - { date: "22.09.21:", desc: "Pull only the server, web and ffmpeg packages instead of the wrapper." } | ||||||
|   - { date: "23.06.21:", desc: "Add log message if device permissions are incorrect. Pin jellyfin dependency versions to prevent upstream apt repo issues. Deprecate the `bionic` tag." } |   - { date: "23.06.21:", desc: "Add log message if device permissions are incorrect. Pin jellyfin dependency versions to prevent upstream apt repo issues. Deprecate the `bionic` tag." } | ||||||
|   - { date: "21.05.21:", desc: "Add nvidia.icd file to fix missing tonemapping using Nvidia HW." } |   - { date: "21.05.21:", desc: "Add nvidia.icd file to fix missing tonemapping using Nvidia HW." } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user