diff --git a/stable/bitwarden/1.1.3/questions.yaml b/stable/bitwarden/1.1.3/questions.yaml index 69fb087bb10..f7a9366d569 100644 --- a/stable/bitwarden/1.1.3/questions.yaml +++ b/stable/bitwarden/1.1.3/questions.yaml @@ -761,7 +761,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/collabora-online/3.1.2/questions.yaml b/stable/collabora-online/3.1.2/questions.yaml index 59f2a676ffe..c31217c7e51 100644 --- a/stable/collabora-online/3.1.2/questions.yaml +++ b/stable/collabora-online/3.1.2/questions.yaml @@ -279,7 +279,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/deepstack-cpu/1.0.0/questions.yaml b/stable/deepstack-cpu/1.0.0/questions.yaml index 9500a9f051e..918ecdd5b25 100644 --- a/stable/deepstack-cpu/1.0.0/questions.yaml +++ b/stable/deepstack-cpu/1.0.0/questions.yaml @@ -355,7 +355,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/emby/3.1.2/questions.yaml b/stable/emby/3.1.2/questions.yaml index 79fe29fcab8..4b3ffda3c86 100644 --- a/stable/emby/3.1.2/questions.yaml +++ b/stable/emby/3.1.2/questions.yaml @@ -298,7 +298,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/esphome/3.1.2/questions.yaml b/stable/esphome/3.1.2/questions.yaml index 235f6d9363f..d378b9c1400 100644 --- a/stable/esphome/3.1.2/questions.yaml +++ b/stable/esphome/3.1.2/questions.yaml @@ -340,7 +340,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/handbrake/3.1.2/questions.yaml b/stable/handbrake/3.1.2/questions.yaml index e03a9366a4f..8633ac30609 100644 --- a/stable/handbrake/3.1.2/questions.yaml +++ b/stable/handbrake/3.1.2/questions.yaml @@ -473,7 +473,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/home-assistant/3.1.2/questions.yaml b/stable/home-assistant/3.1.2/questions.yaml index 4798d72487a..97690ca8afd 100644 --- a/stable/home-assistant/3.1.2/questions.yaml +++ b/stable/home-assistant/3.1.2/questions.yaml @@ -339,7 +339,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/jackett/3.1.2/questions.yaml b/stable/jackett/3.1.2/questions.yaml index b6b4742452c..8908c1f5a06 100644 --- a/stable/jackett/3.1.2/questions.yaml +++ b/stable/jackett/3.1.2/questions.yaml @@ -288,7 +288,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/jellyfin/3.1.2/questions.yaml b/stable/jellyfin/3.1.2/questions.yaml index 79fe29fcab8..4b3ffda3c86 100644 --- a/stable/jellyfin/3.1.2/questions.yaml +++ b/stable/jellyfin/3.1.2/questions.yaml @@ -298,7 +298,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/lidarr/3.1.2/questions.yaml b/stable/lidarr/3.1.2/questions.yaml index f7593f781db..7a3036d9b93 100644 --- a/stable/lidarr/3.1.2/questions.yaml +++ b/stable/lidarr/3.1.2/questions.yaml @@ -289,7 +289,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/ombi/3.1.2/questions.yaml b/stable/ombi/3.1.2/questions.yaml index d7c79f9dec0..7f9941eaa91 100644 --- a/stable/ombi/3.1.2/questions.yaml +++ b/stable/ombi/3.1.2/questions.yaml @@ -289,7 +289,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/plex/2.1.2/questions.yaml b/stable/plex/2.1.2/questions.yaml index 468fd92b270..d774afbc2cb 100644 --- a/stable/plex/2.1.2/questions.yaml +++ b/stable/plex/2.1.2/questions.yaml @@ -314,90 +314,89 @@ questions: type: dict attrs: - variable: main - label: "Web Reverse Proxy Configuration" + label: "WebUI" schema: type: dict attrs: - - variable: enabled - label: "Enable Web Reverse Proxy" + - variable: certType + label: "Select Reverse-Proxy Type" schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: type - label: "Reverse Proxy Type" + type: string + default: "disabled" + enum: + - value: "disabled" + description: "Disabled" + - value: "" + description: "No Encryption/TLS/Certificates" + - value: "selfsigned" + description: "Self-Signed Certificate" + - value: "ixcert" + description: "TrueNAS SCALE Certificate" + - variable: type + label: "Reverse Proxy Type" + schema: + type: string + default: "HTTP" + hidden: true + editable: false + required: true + - variable: serviceName + label: "Service name to proxy to" + schema: + hidden: true + editable: false + type: string + default: "" + - variable: entrypoint + label: "Select Entrypoint" + schema: + show_if: [["certType", "!=", "disabled"]] + type: string + default: "websecure" + required: true + enum: + - value: "websecure" + description: "Websecure: HTTPS/TLS port 443" + - value: "plex" + description: "Plex: HTTPS/TLS port 32400" + - variable: hosts + label: "Hosts" + schema: + show_if: [["certType", "!=", "disabled"]] + type: list + default: [] + items: + - variable: host + label: "Host" schema: - type: string - default: "HTTP" - hidden: true - editable: false - required: true - - variable: serviceName - label: "Service name to proxy to" - schema: - hidden: true - editable: false - type: string - default: "" - - variable: entrypoint - label: "Select Entrypoint" - schema: - type: string - default: "websecure" - required: true - enum: - - value: "websecure" - description: "Websecure: HTTPS/TLS port 443" - - value: "plex" - description: "Plex: HTTPS/TLS port 32400" - - variable: hosts - label: "Hosts" - schema: - type: list - default: [] - items: + type: dict + attrs: - variable: host - label: "Host" + label: "Domain Name" + required: true schema: - type: dict - attrs: - - variable: host - label: "Domain Name" - required: true - schema: - type: string - - variable: path - label: "path" - schema: - type: string - required: true - hidden: true - default: "/" - - variable: certType - label: "Select Certificate Type" - schema: - type: string - default: "selfsigned" - enum: - - value: "" - description: "No Encryption/TLS/Certificates" - - value: "selfsigned" - description: "Self-Signed Certificate" - - value: "ixcert" - description: "TrueNAS SCALE Certificate" - - variable: certificate - label: "Select TrueNAS SCALE Certificate" - schema: - type: int - show_if: [["certType", "=", "ixcert"]] - $ref: - - "definitions/certificate" - - variable: authForwardURL - label: "Forward Authentication URL" - schema: - type: string - default: "" + type: string + - variable: path + label: "path" + schema: + type: string + required: true + hidden: true + default: "/" + - variable: certificate + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + show_if: [["certType", "=", "ixcert"]] + $ref: + - "definitions/certificate" + - variable: authForwardURL + label: "Forward Authentication URL" + schema: + show_if: [["certType", "!=", "disabled"]] + type: string + default: "" + - variable: UMASK group: "Advanced" diff --git a/stable/radarr/3.1.2/questions.yaml b/stable/radarr/3.1.2/questions.yaml index c9674f7ba0e..d7e2450e895 100644 --- a/stable/radarr/3.1.2/questions.yaml +++ b/stable/radarr/3.1.2/questions.yaml @@ -290,7 +290,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/sonarr/3.1.2/questions.yaml b/stable/sonarr/3.1.2/questions.yaml index 922c245d74c..1bac8a2f89e 100644 --- a/stable/sonarr/3.1.2/questions.yaml +++ b/stable/sonarr/3.1.2/questions.yaml @@ -290,7 +290,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/syncthing/3.1.2/questions.yaml b/stable/syncthing/3.1.2/questions.yaml index 3e0ae3e5966..0ff00079335 100644 --- a/stable/syncthing/3.1.2/questions.yaml +++ b/stable/syncthing/3.1.2/questions.yaml @@ -280,7 +280,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/tautulli/3.1.2/questions.yaml b/stable/tautulli/3.1.2/questions.yaml index e9f9c567a8d..e220e25edf8 100644 --- a/stable/tautulli/3.1.2/questions.yaml +++ b/stable/tautulli/3.1.2/questions.yaml @@ -290,7 +290,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/transmission/3.1.2/questions.yaml b/stable/transmission/3.1.2/questions.yaml index 29018f8c94f..57b50ae2aa8 100644 --- a/stable/transmission/3.1.2/questions.yaml +++ b/stable/transmission/3.1.2/questions.yaml @@ -598,7 +598,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled" diff --git a/stable/zwavejs2mqtt/3.1.2/questions.yaml b/stable/zwavejs2mqtt/3.1.2/questions.yaml index 0368b708f64..3c50183218e 100644 --- a/stable/zwavejs2mqtt/3.1.2/questions.yaml +++ b/stable/zwavejs2mqtt/3.1.2/questions.yaml @@ -367,7 +367,7 @@ questions: label: "Select Reverse-Proxy Type" schema: type: string - default: "selfsigned" + default: "disabled" enum: - value: "disabled" description: "Disabled"