mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
add missing setting
This commit is contained in:
parent
9c98f9e03f
commit
b6c5261499
@ -49,6 +49,8 @@ spec:
|
||||
env:
|
||||
- name: SCANNER_LIBRARY_ROOT
|
||||
value: /data
|
||||
- name: LIBRARY_IGNORE_PATTERN
|
||||
value: "{{ .Values.kyoo.libraryIgnorePattern }}"
|
||||
- name: KYOO_APIKEYS
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
@ -82,6 +82,7 @@ kyoo:
|
||||
requireAccountVerification: true
|
||||
defaultPermissions: "overall.read,overall.play"
|
||||
unloggedPermissions: ""
|
||||
libraryIgnorePattern: ".*/[dD]ownloads?/.*"
|
||||
languages: "en"
|
||||
apikey:
|
||||
existingSecret: bigsecret
|
||||
|
Loading…
x
Reference in New Issue
Block a user