1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00
This commit is contained in:
Éric Gaspar 2023-10-19 19:03:17 +02:00
parent d358e66335
commit a501a2dc7a
2 changed files with 11 additions and 7 deletions

View file

@ -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."

View file

@ -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
"""