mirror of
				https://github.com/linuxserver/docker-jellyfin.git
				synced 2025-10-31 21:17:39 +09:00 
			
		
		
		
	update readme
This commit is contained in:
		| @@ -132,7 +132,7 @@ Container images are configured using parameters passed at runtime (such as thos | ||||
| | Parameter | Function | | ||||
| | :----: | --- | | ||||
| | `-p 8096` | Http webUI. | | ||||
| | `-p 8920` | Https webUI (you need to setup your own certificate). | | ||||
| | `-p 8920` | Https webUI (you need to set up your own certificate). | | ||||
| | `-e PUID=1000` | for UserID - see below for explanation | | ||||
| | `-e PGID=1000` | for GroupID - see below for explanation | | ||||
| | `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London | | ||||
| @@ -283,7 +283,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 | ||||
|  | ||||
| ## Versions | ||||
|  | ||||
| * **24.02.20:** - Add Pi V4L2 support, remove optional transcode mapping (location is selected in the gui, defaults to path under `/config`). | ||||
| * **11.03.20:** - Add Pi V4L2 support, remove optional transcode mapping (location is selected in the gui, defaults to path under `/config`). | ||||
| * **30.01.20:** - Add nightly tag. | ||||
| * **09.01.20:** - Add Pi OpenMax support. | ||||
| * **02.10.19:** - Improve permission fixing for render & dvb devices. | ||||
|   | ||||
| @@ -49,7 +49,7 @@ opt_param_devices: | ||||
|   - { device_path: "/dev/video12", device_host_path: "/dev/video12", desc: "Only needed if you want to use your Raspberry Pi V4L2 video encoding." } | ||||
| opt_param_usage_include_ports: true | ||||
| opt_param_ports: | ||||
|   - { external_port: "8920", internal_port: "8920", port_desc: "Https webUI (you need to setup your own certificate)." } | ||||
|   - { external_port: "8920", internal_port: "8920", port_desc: "Https webUI (you need to set up your own certificate)." } | ||||
|  | ||||
|  | ||||
| # application setup block | ||||
| @@ -99,7 +99,7 @@ app_setup_block: | | ||||
|  | ||||
| # changelog | ||||
| changelogs: | ||||
|   - { date: "24.02.20:", desc: "Add Pi V4L2 support, remove optional transcode mapping (location is selected in the gui, defaults to path under `/config`)." } | ||||
|   - { date: "11.03.20:", desc: "Add Pi V4L2 support, remove optional transcode mapping (location is selected in the gui, defaults to path under `/config`)." } | ||||
|   - { date: "30.01.20:", desc: "Add nightly tag." } | ||||
|   - { date: "09.01.20:", desc: "Add Pi OpenMax support." } | ||||
|   - { date: "02.10.19:", desc: "Improve permission fixing for render & dvb devices." } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user