From c8ef5396b8fe1a7f751e44d31c89224d19585585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 3 Feb 2023 22:45:09 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 513f316..ab52947 100644 --- a/manifest.toml +++ b/manifest.toml @@ -58,8 +58,13 @@ ram.runtime = "50M" [resources.data_dir] - [resources.permissions] - main.url = "/" +[resources.permissions] + main.label = "api" + main.url = "re:$domain\/.well-known\/.*" + main.allowed = ["visitors, all_users"] + main.auth_header = false + main.show_tile = false + main.protected= true [resources.database] type = "mysql"