From 88fc5e426d94962ed2a0e66a5727c5ccab69def8 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 5 Dec 2023 02:38:15 +0100 Subject: [PATCH] Initialize main perm --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index fd1f790..2e4a121 100644 --- a/manifest.toml +++ b/manifest.toml @@ -25,6 +25,8 @@ disk = "50M" ram.build = "50M" ram.runtime = "50M" +[install] + [install.domain] type = "domain" @@ -42,6 +44,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + main.allowed = "visitors" # should it always be public ? # FIXME: watdo with this ... #REMOVEME? ynh_permission_create --permission="autodiscover" --url="re:$domain_regex/[Aa]uto[Dd]iscover/.*" --allowed="visitors" --show_tile="false" --protected="true"