Auth whitelist.
This commit is contained in:
parent
e91b0c6c42
commit
b8b0363812
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ spec:
|
||||||
env:
|
env:
|
||||||
UMASK: "022"
|
UMASK: "022"
|
||||||
QBITTORRENT__PORT: &port 8080
|
QBITTORRENT__PORT: &port 8080
|
||||||
|
QBT_Preferences__WebUI__AlternativeUIEnabled: false
|
||||||
|
QBT_Preferences__WebUI__AuthSubnetWhitelistEnabled: true
|
||||||
|
QBT_Preferences__WebUI__AuthSubnetWhitelist: |-
|
||||||
|
10.32.0.0/16, 10.1.2.0/24
|
||||||
|
QBT_Preferences__WebUI__LocalHostAuth: false
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 49m
|
cpu: 49m
|
||||||
|
|
Loading…
Reference in a new issue