mirror of
https://github.com/YunoHost-Apps/ssbroom_ynh.git
synced 2024-09-03 20:26:29 +02:00
fix
This commit is contained in:
parent
9c8a430554
commit
af9739b6e3
3 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,4 @@
|
|||
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.
|
||||
|
||||
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.
|
||||
For a comprehensive introduction to rooms 2.0, watch [this video](https://www.youtube.com/watch?v=W5p0y_MWwDE).
|
||||
|
||||
### Features
|
||||
|
|
|
@ -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
|
|
@ -32,6 +32,8 @@ ram.runtime = "50M"
|
|||
full_domain = true
|
||||
|
||||
[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"
|
||||
default = "visitors"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue