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"