From dfc8efb01e5536db879af4193eb62195e5d41fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 30 May 2023 19:34:37 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index a33fbbf..ff702d5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,10 +62,11 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - admin.url = "/admin" - admin.allowed = "admins" - admin.show_tile = false - admin.auth_header = false + #admin.url = "/admin" + #admin.allowed = "admins" + #admin.show_tile = false + #admin.auth_header = false + main.auth_header = false [resources.apt] packages = "ffmpeg"