1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/headscale_ynh.git synced 2024-09-03 19:25:53 +02:00
headscale_ynh/tests.toml

13 lines
265 B
TOML
Raw Normal View History

test_format = 1.0
[default]
2023-06-11 13:19:45 +02:00
preinstall = """
sudo yunohost domain add dex-headscale.domain.tld
"""
2023-06-11 13:37:26 +02:00
args.domain = "sub.domain.tld"
2023-06-11 13:19:45 +02:00
args.dex_domain = "dex-headscale.domain.tld"
args.dex_path = "/dex"
2023-06-11 13:37:26 +02:00
args.base_domain = "sub.domain.tld"