From da4ca074fcd3715a4aba50913b04f3671c6b9e39 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 11 Jun 2023 13:22:19 +0200 Subject: [PATCH] Tests and fixes --- doc/ADMIN.md | 2 ++ manifest.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 79eb5fc..7abbbcf 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -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. diff --git a/manifest.toml b/manifest.toml index 6f04309..8707cf7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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]