diff --git a/manifest.toml b/manifest.toml index a11761e..b11534a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,6 +62,11 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + api.url = "/api" + api.allowed = "visitors" + api.auth_header = false + api.show_tile = false + api.protected = true [resources.apt] packages = "postgresql espeak"