mirror of
https://github.com/YunoHost-Apps/headscale_ynh.git
synced 2024-09-03 19:25:53 +02:00
Tests
This commit is contained in:
parent
6bacfcdd81
commit
141d762e23
1 changed files with 8 additions and 0 deletions
|
@ -2,3 +2,11 @@ test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
|
preinstall = """
|
||||||
|
sudo yunohost domain add dex-headscale.domain.tld
|
||||||
|
"""
|
||||||
|
|
||||||
|
args.domain = "headscale.domain.tld"
|
||||||
|
args.dex_domain = "dex-headscale.domain.tld"
|
||||||
|
args.dex_path = "/dex"
|
||||||
|
args.base_domain = "headscale.domain.tld"
|
||||||
|
|
Loading…
Reference in a new issue