From 6a205e06664023b9fe5f8b594a0589e29108248f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Aug 2023 17:03:41 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c640e05..01aa247 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Conduit" description.en = "Simple, fast and reliable chat server powered by Matrix" description.fr = "Serveur de chat simple, rapide et fiable alimenté par Matrix" -version = "0.6.0~ynh3" +version = "0.6.0~ynh4" maintainers = ["eric_G"] @@ -30,6 +30,10 @@ ram.runtime = "50M" [install.domain] type = "domain" + [install.init_main_permission] + type = "group" + default = "visitors" + [install.server_name] ask.en = "Select the display name for your Conduit server" ask.fr = "Sélectionnez le nom d'affichage pour votre serveur Conduit"