From 9005a14b846fd21a98b9676c00e88211ee99c3c8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 30 Jul 2023 18:38:51 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.toml b/manifest.toml index 84946aa..4e753f8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -52,6 +52,10 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + api.url = "/api" + api.allowed = "visitors" + api.how_tile = false + api.protected = true [resources.apt] packages = "php8.2-ldap php8.2-mbstring php8.2-fileinfo php8.2-sqlite3 php8.2-gd php8.2-intl"