From a7fa887f3c1f68318f3ddf428bdf775b13ede5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:27:14 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 23a2cd2..ee6e574 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,10 +55,10 @@ ram.runtime = "50M" api.allowed = "visitors" api.show_tile = false api.protected = true - admin.url = "/admin" - admin.auth_header = false - admin.allowed = ["admins"] - admin.show_tile = false + #admin.url = "/admin" + #admin.auth_header = false + #admin.allowed = ["admins"] + #admin.show_tile = false [resources.apt] packages = "sqlite3, php8.2-sqlite3, php8.2-gd, php8.2-intl, php8.2-cli, php8.2-gnupg, php8.2-mbstring"