mirror of
https://github.com/YunoHost-Apps/headscale_ynh.git
synced 2024-09-03 19:25:53 +02:00
Update tests.toml, the app is supposed to be publicly accessible
This commit is contained in:
parent
309e7e2a9c
commit
e4997de0dc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ test_format = 1.0
|
||||||
sudo yunohost domain add dex-headscale.domain.tld
|
sudo yunohost domain add dex-headscale.domain.tld
|
||||||
"""
|
"""
|
||||||
|
|
||||||
exclude = ["change_url"]
|
exclude = [ "install.private", "change_url" ]
|
||||||
|
|
||||||
args.domain = "sub.domain.tld"
|
args.domain = "sub.domain.tld"
|
||||||
args.dex_domain = "dex-headscale.domain.tld"
|
args.dex_domain = "dex-headscale.domain.tld"
|
||||||
|
|
Loading…
Reference in a new issue