From 67b73a88a3d01a77f5aa7dfb884afce91c75e3da Mon Sep 17 00:00:00 2001 From: Krakinou Date: Thu, 1 Jun 2023 23:27:35 +0200 Subject: [PATCH] api for visitor --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 490e3f4..87219f2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -25,7 +25,7 @@ multi_instance = false ldap = false sso = false disk = "100M" -ram.build = "50M" +ram.build = "150M" ram.runtime = "50M" [install] @@ -77,6 +77,7 @@ ram.runtime = "50M" api.url = "/_api/__APP_" api.show_title = false + api.allowed = "visitors" [resources.ports] main.default = 8080