fix(mycloud-gotosocial): add instance config options

This commit is contained in:
WrenIX 2024-08-17 17:46:18 +02:00
parent 1fefa2bb82
commit 5f32cad25d
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
2 changed files with 7 additions and 0 deletions

View file

@ -36,6 +36,10 @@ spec:
accounts:
registrationOpen: false
approvalRequired: false
{{- with .Values.instance }}
instance:
{{- toYaml . | nindent 8 }}
{{- end }}
oidc:
enabled: true
idpName: {{ .Values.commons.theme.title | quote }}

View file

@ -121,6 +121,9 @@ auth:
# -- generated by .Values.commons.masterPassword
clientSecret:
# -- see https://codeberg.org/wrenix/helm-charts/src/branch/main/gotosocial#_values
instance: {}
ingress:
# -- default: social.(Values.commons.ingress.domain)
host: