From 19e03165438f5051919175fd71e5751f8cf25e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 18 Jan 2024 12:19:00 +0100 Subject: [PATCH] Add init_main_permission --- manifest.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7e76ed6..d1bae1c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Jappix" description.en = "A free social network" description.fr = "Un réseau social libre" -version = "1.2~ynh2" +version = "1.2~ynh3" maintainers = ["titoko"] @@ -49,6 +49,11 @@ ram.runtime = "50M" choices = ["en", "fr", "es"] default = "en" + [install.init_main_permission] + help.en = "A public application means that anyone can access this site." + type = "group" + default = "visitors" + [resources] [resources.sources.main] url = "https://jappix.org/jappix-1-2.zip"