mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
cleaning
This commit is contained in:
parent
71c667a856
commit
8cd2dbac67
2 changed files with 11 additions and 7 deletions
|
@ -24,7 +24,7 @@ multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
sso = false
|
sso = false
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "50M"
|
ram.build = "3G"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
|
@ -39,8 +39,8 @@ ram.runtime = "50M"
|
||||||
ask.en = "Choose the application language"
|
ask.en = "Choose the application language"
|
||||||
ask.fr = "Choisissez la langue de l'application"
|
ask.fr = "Choisissez la langue de l'application"
|
||||||
type = "select"
|
type = "select"
|
||||||
choices = ["fr_FR", "en_US"]
|
choices = ["de_DE", "en_US", "es_ES", "fr_FR", "it_IT", "nl_NL", "pl_PL", "pt_PT"]
|
||||||
default = "en_US"
|
default = "fr_FR"
|
||||||
|
|
||||||
[install.dex_domain]
|
[install.dex_domain]
|
||||||
ask.en = "Domain for authentication. It can't be the same domain as above. Dex app will be installed and used for the authentication mechanism."
|
ask.en = "Domain for authentication. It can't be the same domain as above. Dex app will be installed and used for the authentication mechanism."
|
||||||
|
|
12
tests.toml
12
tests.toml
|
@ -2,13 +2,17 @@ test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
|
# ------------
|
||||||
|
# Tests to run
|
||||||
|
# ------------
|
||||||
|
|
||||||
|
preinstall = """
|
||||||
|
sudo yunohost domain add dex.domain.tld
|
||||||
|
"""
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Default args to use for install
|
# Default args to use for install
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
args.dex_domain="dex.domain.tld"
|
args.dex_domain="dex.domain.tld"
|
||||||
args.dex_path="/example"
|
args.dex_path="/example"
|
||||||
|
|
||||||
preinstall = """
|
|
||||||
sudo yunohost domain add dex.domain.tld
|
|
||||||
"""
|
|
Loading…
Reference in a new issue