mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
14 lines
No EOL
284 B
TOML
14 lines
No EOL
284 B
TOML
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
# -------------------------------
|
|
# Default args to use for install
|
|
# -------------------------------
|
|
|
|
args.dex_domain="dex.domain.tld"
|
|
args.dex_path="/example"
|
|
|
|
preinstall = """
|
|
sudo yunohost domain add dex.domain.tld
|
|
""" |