From 927beb1d68a818f901688aeadcf4ed51f0fe8757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 15 Oct 2023 09:18:33 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e0cc516..05f0297 100644 --- a/manifest.toml +++ b/manifest.toml @@ -64,7 +64,11 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" -#REMOVEME? ynh_permission_create --permission="api" --url="/api" --allowed="visitors" --auth_header="false" --show_tile="false" --protected="true" + api.url = "/api" + api.allowed= "visitors" + api.auth_header= false + api.show_tile= false + api.protected= true [resources.apt] packages = "mariadb-server"