1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

Fix doc linter

This commit is contained in:
Salamandar 2024-01-18 16:42:42 +01:00
parent 1e3108a85a
commit a67d26af5b
3 changed files with 5 additions and 2 deletions

View file

@ -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) 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. 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. 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

View file

@ -24,7 +24,6 @@ architectures = "all"
multi_instance = false multi_instance = false
ldap = true ldap = true
sso = false sso = false
disk = "50M" disk = "50M"
@ -35,6 +34,10 @@ ram.runtime = "50M"
[install.domain] [install.domain]
type = "domain" type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources] [resources]
[resources.sources] [resources.sources]
[resources.sources.jitsi-meet-web] [resources.sources.jitsi-meet-web]