From fe56c601c02e3abd4448c8d8e05c920f6863938f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 26 Apr 2023 12:02:52 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.toml b/manifest.toml index 6ba41d8..2e85c4d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,6 +53,11 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + api.url = "/api" + api.show_tile = false + api.allowed = "visitors" + api.auth_header = false + api.show_tile = false [resources.apt] packages = "postgresql"