Add regex to apps (#691)

* Appdaemon regex

* Fireflyiii regex

* Collabora regex

* Add DONT_GEN_SSL_CERT on Collabora
This commit is contained in:
Stavros Kois 2021-07-14 00:40:12 +03:00 committed by GitHub
parent 7c4c4c2f2a
commit e3bd609e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 5 deletions

View File

@ -26,4 +26,4 @@ name: appdaemon
sources:
- https://github.com/AppDaemon/appdaemon
type: application
version: 3.4.0
version: 3.4.1

View File

@ -125,6 +125,7 @@ questions:
schema:
type: string
default: ""
valid_chars: '^[0-9]{1,}\.{1}[0-9]{1,}$'
required: true
- variable: LONGITUDE
label: "Longitude"
@ -132,6 +133,7 @@ questions:
schema:
type: string
default: ""
valid_chars: '^[0-9]{1,}\.{1}[0-9]{1,}$'
required: true
- variable: ELEVATION
label: "Elevation"

View File

@ -27,4 +27,4 @@ name: fireflyiii
sources:
- https://github.com/firefly-iii/firefly-iii/
type: application
version: 4.5.0
version: 4.5.1

View File

@ -106,6 +106,7 @@ questions:
default: ""
min_length: 32
max_length: 32
valid_chars: '[a-zA-Z0-9!@#$%^&*?]{32}'
required: true
- variable: UMASK
label: "UMASK"

View File

@ -25,4 +25,4 @@ sources:
- https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application
version: 6.4.0
version: 6.4.1

View File

@ -104,6 +104,7 @@ questions:
schema:
type: string
default: 'nextcloud\.domain\.tld|othernextcloud\.domain\.tld'
valid_chars: '^([a-z]{1,}\\{1}\.{1}[a-z]{1,}\\{1}\.{1}[a-z]{1,}\|{0,1})*$'
required: true
- variable: username
label: "Username for WebUI"
@ -117,6 +118,7 @@ questions:
type: string
private: true
default: ""
valid_chars: "[a-zA-Z0-9!@#$%^&*?]{8,}"
required: true
- variable: dictionaries
label: "Dictionaries to use, leave empty to use all"
@ -125,16 +127,28 @@ questions:
default: "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru"
- variable: extra_params
label: "Extra Parameters to add"
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:
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:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false"
- variable: 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"
schema:
type: string
default: "true"
enum:
- value: "true"
description: "true"
- value: ""
description: "false"
- variable: server_name
label: "Server Name"
description: "When this environment variable is set (is not “”), then its value will be used as server name in /etc/loolwsd/loolwsd.xml. Without this, CODE is not delivering a correct host for the websocket connection in case of a proxy in front of it."
schema:
type: string
default: 'collabora\.domain\.tld'
valid_chars: '^[a-z]{1,}\\{1}\.{1}[a-z]{1,}\\{1}\.{1}[a-z]{1,}$'
# Configure Enviroment Variables
- variable: envList
label: "Image environment"