From fc6f23fae6cacf23db6df088c01dceacadd3491e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 10 Sep 2023 21:46:03 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 12d3158..a87ef6c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,11 +43,12 @@ ram.runtime = "50M" [resources.system_user] [resources.ports] + main.default = 4200 [resources.permissions] main.url = "/" main.allowed = "admins" - #main.protected = true + main.protected = true [resources.apt] packages = "shellinabox"