|
@@ -85,23 +85,24 @@ questions:
|
|
|
schema:
|
|
|
type: dict
|
|
|
attrs:
|
|
|
+ - variable: hostNetwork
|
|
|
+ label: Host Network
|
|
|
+ description: |
|
|
|
+ Bind to the host network. While it's recommended to keep this disabled.</br>
|
|
|
+ It's required for autodiscovery to work.
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
- variable: webPort
|
|
|
label: Web Port
|
|
|
description: The port for the Jellyfin Web UI.
|
|
|
schema:
|
|
|
type: int
|
|
|
default: 30013
|
|
|
+ show_if: [["hostNetwork", "=", false]]
|
|
|
min: 9000
|
|
|
max: 65535
|
|
|
required: true
|
|
|
- - variable: hostNetwork
|
|
|
- label: Host Network
|
|
|
- description: |
|
|
|
- Bind to the host network. While it's recommended to keep this disabled.</br>
|
|
|
- It's required for autodiscovery to work.
|
|
|
- schema:
|
|
|
- type: boolean
|
|
|
- default: false
|
|
|
|
|
|
- variable: jellyfinStorage
|
|
|
label: ""
|