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://sabnzbd.org/
|
||||
type: application
|
||||
version: 13.0.13
|
||||
version: 13.0.14
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -15,7 +15,7 @@ questions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: HOST_WHITELIST_ENTRIES
|
||||
- variable: SABNZBD__HOST_WHITELIST_ENTRIES
|
||||
label: "HostName Whitelist"
|
||||
description: "If you use a reverse proxy, you might need to enter your hostname's here (comma seperated)"
|
||||
schema:
|
||||
|
||||
@@ -4,7 +4,7 @@ image:
|
||||
tag: 3.7.1@sha256:ef28fdb2c4d8e44ab2964fde8821dabed6c90d2f2b41bab25a28cbfb01ca6261
|
||||
|
||||
env:
|
||||
HOST_WHITELIST_ENTRIES: ""
|
||||
SABNZBD__HOST_WHITELIST_ENTRIES: ""
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user