From a67d26af5b13e03abd9bdb5b8b4676864b1ab517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 18 Jan 2024 16:42:42 +0100 Subject: [PATCH] Fix doc linter --- doc/{DISCLAIMER.md => PRE_INSTALL.md} | 2 +- doc/{DISCLAIMER_fr.md => PRE_INSTALL_fr.md} | 0 manifest.toml | 5 ++++- 3 files changed, 5 insertions(+), 2 deletions(-) rename doc/{DISCLAIMER.md => PRE_INSTALL.md} (93%) rename doc/{DISCLAIMER_fr.md => PRE_INSTALL_fr.md} (100%) diff --git a/doc/DISCLAIMER.md b/doc/PRE_INSTALL.md similarity index 93% rename from doc/DISCLAIMER.md rename to doc/PRE_INSTALL.md index b033633..671c74b 100644 --- a/doc/DISCLAIMER.md +++ b/doc/PRE_INSTALL.md @@ -4,4 +4,4 @@ 2. **Jitsi** requires the ports TCP/4443 and UDP/10000 to be forwarded to your YunoHost (The same way you forwarded 80 (HTTP), 443 (HTTPS), etc... https://yunohost.org/#/isp_box_config) 3. **Jitsi** will stop and disable Metronome XMPP. 4. LDAP authentication is activated, only authenticated users to create new conference rooms. Whenever a new room is about to be created, Jitsi Meet will prompt for a user name and password. After the room is created, others will be able to join from anonymous domain. -5. **Jitsi** is configured for 50 users maximum, this number can be increase going to the Yunohost config panel +5. **Jitsi** is configured for 50 users maximum, this number can be increased in the Yunohost config panel diff --git a/doc/DISCLAIMER_fr.md b/doc/PRE_INSTALL_fr.md similarity index 100% rename from doc/DISCLAIMER_fr.md rename to doc/PRE_INSTALL_fr.md diff --git a/manifest.toml b/manifest.toml index 947342c..dfd7ff8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -24,7 +24,6 @@ architectures = "all" multi_instance = false ldap = true - sso = false disk = "50M" @@ -35,6 +34,10 @@ ram.runtime = "50M" [install.domain] type = "domain" + [install.init_main_permission] + type = "group" + default = "visitors" + [resources] [resources.sources] [resources.sources.jitsi-meet-web]