mirror of
https://github.com/YunoHost-Apps/headscale_ynh.git
synced 2024-09-03 19:25:53 +02:00
Tests and fixes
This commit is contained in:
parent
141d762e23
commit
da4ca074fc
2 changed files with 3 additions and 1 deletions
|
@ -7,3 +7,5 @@ Some technical notes:
|
|||
- The database used to store user and nodes information is SQLite. It should be fine for YunoHost's current small-scale self-hosting mindset.
|
||||
- Headscale will push DNS servers to its clients. The configuration includes FDN's open resolvers. ([French Data Network](https://www.fdn.fr/actions/dns/), associative ISP)
|
||||
|
||||
To create users and connect clients, refer to Headscale's documentation.
|
||||
To call Headscale's program, use `sudo -u bash __INSTALL_DIR/headscale` followed by its parameters.
|
||||
|
|
|
@ -44,7 +44,7 @@ ram.runtime = "50M"
|
|||
[install.base_domain]
|
||||
type = "domain"
|
||||
ask.en = "Choose the base domain for Headscale's MagicDNS feature"
|
||||
help.en = "MagiDNS will allow you to access your hosts with a domain like `myhost.username.basedomain.tld`"
|
||||
help.en = "MagicDNS will allow you to access your hosts with a domain like `myhost.username.basedomain.tld`"
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
|
|
Loading…
Reference in a new issue