From a3e120861a863e17deba3f7b857844ec06dd01d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:18:49 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.toml b/manifest.toml index 05b78ba..3d8be6e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,6 +53,11 @@ ram.runtime = "1500M" [resources.permissions] main.url = "/" + api.url = "/api" + api.allowed = "visitors" + api.auth_header = false + api.show_tile = false + api.protected = true [resources.ports] main.default = 8095