1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ssbroom_ynh.git synced 2024-09-03 20:26:29 +02:00
This commit is contained in:
Éric Gaspar 2023-06-08 11:38:45 +02:00
parent 9c8a430554
commit af9739b6e3
3 changed files with 3 additions and 7 deletions

View file

@ -1,7 +1,4 @@
A Scuttlebutt room is a service for connecting scuttlebutt users. A Scuttlebutt room is a service for connecting scuttlebutt users. It includes a web interface for managing who is in the room, creating invites, and creating a code of conduct for the room.
It includes a web interface for managing who is in the room, creating invites, and creating a code of conduct for the room.
For a comprehensive introduction to rooms 2.0, watch [this video](https://www.youtube.com/watch?v=W5p0y_MWwDE). For a comprehensive introduction to rooms 2.0, watch [this video](https://www.youtube.com/watch?v=W5p0y_MWwDE).
### Features ### Features

View file

@ -1,3 +0,0 @@
* requires a full dedicated domain and does not support sub-paths
* currently ony supports the following architectures: amd64, arm64, arm7
* ssb rooms work best when the app is in public mode. ssb-room has its own user and authentication system, and doesn't need yunohost SSO

View file

@ -32,6 +32,8 @@ ram.runtime = "50M"
full_domain = true full_domain = true
[install.init_main_permission] [install.init_main_permission]
help.en = "ssb rooms work best when the app is in visitors mode."
help.fr = "Les salons ssb fonctionnent mieux lorsque l'application est en mode visiteurs."
type = "group" type = "group"
default = "visitors" default = "visitors"