fix(sabnzbd): fix variable name for hostname whitelist (#5877)
This commit is contained in:
@@ -21,7 +21,7 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd
|
- https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd
|
||||||
- https://sabnzbd.org/
|
- https://sabnzbd.org/
|
||||||
type: application
|
type: application
|
||||||
version: 13.0.13
|
version: 13.0.14
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ questions:
|
|||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: HOST_WHITELIST_ENTRIES
|
- variable: SABNZBD__HOST_WHITELIST_ENTRIES
|
||||||
label: "HostName Whitelist"
|
label: "HostName Whitelist"
|
||||||
description: "If you use a reverse proxy, you might need to enter your hostname's here (comma seperated)"
|
description: "If you use a reverse proxy, you might need to enter your hostname's here (comma seperated)"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ image:
|
|||||||
tag: 3.7.1@sha256:ef28fdb2c4d8e44ab2964fde8821dabed6c90d2f2b41bab25a28cbfb01ca6261
|
tag: 3.7.1@sha256:ef28fdb2c4d8e44ab2964fde8821dabed6c90d2f2b41bab25a28cbfb01ca6261
|
||||||
|
|
||||||
env:
|
env:
|
||||||
HOST_WHITELIST_ENTRIES: ""
|
SABNZBD__HOST_WHITELIST_ENTRIES: ""
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Reference in New Issue
Block a user