From 29faaf1ccab27df97eb970c3f6f7089a694fcdbb Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 1 Sep 2024 11:21:45 +0200 Subject: [PATCH] Headscale's URL should be publically accessible --- manifest.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 64b18f6..cd0a2f0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,10 +41,6 @@ ram.runtime = "50M" ask.en = "Choose the path to install Dex on." default = "/dex" - [install.init_main_permission] - type = "group" - default = "visitors" - [install.base_domain] type = "string" ask.en = "Choose the base domain for Headscale's MagicDNS feature" @@ -75,6 +71,9 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + main.show_tile = false + main.allowed = "visitors" + main.protected = true [resources.ports] main.default = 8080