mirror of
https://github.com/YunoHost-Apps/headscale_ynh.git
synced 2024-09-03 19:25:53 +02:00
14 lines
316 B
TOML
14 lines
316 B
TOML
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
preinstall = """
|
|
sudo yunohost domain add dex-headscale.domain.tld
|
|
"""
|
|
|
|
exclude = [ "install.private", "change_url" ]
|
|
|
|
args.domain = "sub.domain.tld"
|
|
args.dex_domain = "dex-headscale.domain.tld"
|
|
args.dex_path = "/dex"
|
|
args.base_domain = "sub.domain.tld"
|