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
d358e66335
commit
a501a2dc7a
2 changed files with 11 additions and 7 deletions
|
@ -24,7 +24,7 @@ multi_instance = false
|
|||
ldap = false
|
||||
sso = false
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.build = "3G"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
|
@ -39,8 +39,8 @@ ram.runtime = "50M"
|
|||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
type = "select"
|
||||
choices = ["fr_FR", "en_US"]
|
||||
default = "en_US"
|
||||
choices = ["de_DE", "en_US", "es_ES", "fr_FR", "it_IT", "nl_NL", "pl_PL", "pt_PT"]
|
||||
default = "fr_FR"
|
||||
|
||||
[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."
|
||||
|
|
12
tests.toml
12
tests.toml
|
@ -2,13 +2,17 @@ test_format = 1.0
|
|||
|
||||
[default]
|
||||
|
||||
# ------------
|
||||
# Tests to run
|
||||
# ------------
|
||||
|
||||
preinstall = """
|
||||
sudo yunohost domain add dex.domain.tld
|
||||
"""
|
||||
|
||||
# -------------------------------
|
||||
# Default args to use for install
|
||||
# -------------------------------
|
||||
|
||||
args.dex_domain="dex.domain.tld"
|
||||
args.dex_path="/example"
|
||||
|
||||
preinstall = """
|
||||
sudo yunohost domain add dex.domain.tld
|
||||
"""
|
Loading…
Reference in a new issue