From bed7e4ec3253f4fb104827cf120d585826727d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 7 Dec 2023 09:54:53 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 67a0166..c04377b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,15 +53,17 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + public.url = "/public.php" public.allowed = "visitors" public.show_tile = false public.protected = true + api.url = "/api" - api.allowed = "visitors" - api.show_tile = false api.auth_header =false + api.show_tile = false api.protected = true + api.allowed = "visitors" [resources.apt] packages = "postgresql, php8.2-pgsql, php8.2-curl, php8.2-gd, php8.2-opcache,php8.2-fileinfo, php8.2-intl, php8.2-cli, php8.2-mbstring, php8.2-xml"