diff --git a/manifest.toml b/manifest.toml index 2d65b45..38fabdf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -73,6 +73,11 @@ ram.runtime = "50M" main.url = "/" main.auth_header = false main.protected = true + + admin.url = "/admin + admin.show_tile = false + admin.auth_header = false + admin.allowed = "admins" [resources.ports] main.default = 5000