20 lines
482 B
YAML
20 lines
482 B
YAML
clusterDomain: c2.k8s.ooo
|
|
email: technik@ungleich.ch
|
|
letsencryptStaging: "yes"
|
|
|
|
|
|
fqdn: "{{ .Release.Name }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}"
|
|
|
|
# This needs delegation / configuration on fn.nf
|
|
server_name: "fn.nf"
|
|
|
|
# Full URL -- for later, when external domains are supported
|
|
# web_client_location: "https://TBD"
|
|
|
|
enable_registration: false
|
|
|
|
# Maximum size of one particular file
|
|
max_filesize_in_mb: 100
|
|
|
|
elementWebVersion: "v1.9.8"
|
|
synapseVersion: "v1.49.0"
|