mirror of
				https://github.com/linuxserver/docker-jellyfin.git
				synced 2025-10-30 12:37:38 +09:00 
			
		
		
		
	proposed changes for extra optional ports as per #60
This commit is contained in:
		| @@ -51,7 +51,8 @@ opt_param_devices: | |||||||
| opt_param_usage_include_ports: true | opt_param_usage_include_ports: true | ||||||
| opt_param_ports: | opt_param_ports: | ||||||
|   - { external_port: "8920", internal_port: "8920", port_desc: "Https webUI (you need to set up your own certificate)." } |   - { external_port: "8920", internal_port: "8920", port_desc: "Https webUI (you need to set up your own certificate)." } | ||||||
|  |   - { external_port: "1900/udp", internal_port: "1900/udp", port_desc: "#optional - Service discovery and DNLA." } | ||||||
|  |   - { external_port: "7539/udp", internal_port: "7539/udp", port_desc: "#optional - Client discovery - Allows clients to discover Jellyfin on the local network." } | ||||||
|  |  | ||||||
| # application setup block | # application setup block | ||||||
| app_setup_block_enabled: true | app_setup_block_enabled: true | ||||||
| @@ -98,6 +99,10 @@ app_setup_block: | | |||||||
|   --device=/dev/video12:/dev/video12 |   --device=/dev/video12:/dev/video12 | ||||||
|   ``` |   ``` | ||||||
|  |  | ||||||
|  |   ## Optional extra ports | ||||||
|  |  | ||||||
|  |   The [official documentation for ports](https://jellyfin.org/docs/general/networking/index.html) has several additional ports that can provide auto discovery. | ||||||
|  |  | ||||||
|  |  | ||||||
| # changelog | # changelog | ||||||
| changelogs: | changelogs: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user