From 068b362fb8461d3c7a5c6be45dcb7a042a2ff85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 28 May 2024 23:11:17 +0200 Subject: [PATCH] default init_main_permission should be a group (try to trigger webhook) --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 59b0790..74d9439 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,7 +39,7 @@ ram.runtime = "50M" help.en = "Public app can be used by anonymous visitors." help.fr = "L'application publique peut ĂȘtre utilisĂ©e par des visiteurs anonymes." type = "group" - default = false + default = "visitors" [install.mpd_ext] ask.en = "Activate MPD extension (this will open port 6600)"