mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
add missing settings
This commit is contained in:
parent
464bdf201e
commit
9c98f9e03f
@ -79,6 +79,10 @@ spec:
|
||||
value: http://{{ include "kyoo.transcoder.fullname" . }}:7666
|
||||
- name: PUBLIC_URL
|
||||
value: {{ .Values.kyoo.address }}
|
||||
- name: REQUIRE_ACCOUNT_VERIFICATION
|
||||
value: {{ .Values.kyoo.requireAccountVerification }}
|
||||
- name: DEFAULT_PERMISSIONS
|
||||
value: {{ .Values.kyoo.defaultPermissions }}
|
||||
- name: UNLOGGED_PERMISSIONS
|
||||
value: {{ .Values.kyoo.unloggedPermissions }}
|
||||
- name: KYOO_APIKEYS
|
||||
|
@ -79,7 +79,9 @@ global:
|
||||
|
||||
kyoo:
|
||||
address: "https://kyoo.mydomain.com"
|
||||
unloggedPermissions: "overall.read,overall.play"
|
||||
requireAccountVerification: true
|
||||
defaultPermissions: "overall.read,overall.play"
|
||||
unloggedPermissions: ""
|
||||
languages: "en"
|
||||
apikey:
|
||||
existingSecret: bigsecret
|
||||
|
Loading…
x
Reference in New Issue
Block a user