diff --git a/manifest.toml b/manifest.toml index 2c8277e..2558389 100644 --- a/manifest.toml +++ b/manifest.toml @@ -63,6 +63,10 @@ ram.runtime = "80M" [resources.permissions] main.url = "/" + api.url = "/api" + api.show_tile = false + api.allowed = "visitors" + api.auth_header = false # Non-web, LDAP groups teamlead.allowed = "" admin.allowed = "admins"