fix(collabora-online): remove domains var as it's no longer used. (#2469)

* fix(collabora-online): remove domains var as it's no longer used.

* add ui for the new env var that replaced the domains

* reduce logging
This commit is contained in:
Stavros Kois
2022-04-10 21:57:07 +00:00
committed by GitHub
parent 2aab38d851
commit 94bff4d4e0
3 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sources:
- https://sdk.collaboraonline.com/contents.html - https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application type: application
version: 11.0.14 version: 11.0.15
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- office - office
@@ -111,15 +111,12 @@ questions:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: domain - variable: aliasgroup1
label: "Domain(s) using collabora" label: "aliasgroup1"
description: 'Use pipe "|" to separate multiple domains' description: "Comma separated hosts list."
schema: schema:
type: string type: string
default: 'nextcloud.domain.tld|othernextcloud.domain.tld' default: ""
valid_chars: '^((([a-z\d](-?[a-z\d]){0,62})\.)*(([a-z\d](-?[a-z\d]){0,62})\.)([a-z](-?[a-z\d]){1,62})|((\d{1,3}\.){3}\d{1,3}))((\|((([a-z\d](-?[a-z\d]){0,62})\.)*(([a-z\d](-?[a-z\d]){0,62})\.)([a-z](-?[a-z\d]){1,62})|((\d{1,3}\.){3}\d{1,3})))*)$'
required: true
- variable: dictionaries - variable: dictionaries
label: "Dictionaries to use, leave empty to use all" label: "Dictionaries to use, leave empty to use all"
schema: schema:
@@ -130,7 +127,7 @@ questions:
description: 'e.g. "--o:welcome.enable=false", See more on /etc/loolwsd/loowsd.xml. Separate params with space' description: 'e.g. "--o:welcome.enable=false", See more on /etc/loolwsd/loowsd.xml. Separate params with space'
schema: schema:
type: string type: string
default: "--o:welcome.enable=false --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false" default: "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false"
- variable: DONT_GEN_SSL_CERT - variable: DONT_GEN_SSL_CERT
label: "DONT_GEN_SSL_CERT" label: "DONT_GEN_SSL_CERT"
description: "When set to true it does NOT generate an SSL cert, you have to use your own" description: "When set to true it does NOT generate an SSL cert, you have to use your own"
+2 -2
View File
@@ -20,8 +20,8 @@ service:
secret: secret:
username: admin username: admin
password: changeme password: changeme
env: env:
domain: nextcloud\.domain\.tld
dictionaries: de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru dictionaries: de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru
extra_params: "-o:welcome.enable=false -o:user_interface.mode=notebookbar -o:ssl.termination=true -o:ssl.enable=false" extra_params: "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false "
server_name: collabora\.domain\.tld server_name: collabora\.domain\.tld