1
0
Fork 0
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:
tituspijean 2023-06-11 13:22:19 +02:00
parent 141d762e23
commit da4ca074fc
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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]