2021-09-10 14:41:37 +02:00
# Scuttlebutt Room pour YunoHost
2021-09-08 10:52:58 +02:00
2021-09-10 14:41:37 +02:00
[![Niveau d'intégration ](https://dash.yunohost.org/integration/ssbroom.svg )](https://dash.yunohost.org/appci/app/ssbroom) ![](https://ci-apps.yunohost.org/ci/badges/ssbroom.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ssbroom.maintain.svg)
[![Installer Scuttlebutt Room avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=ssbroom)
2021-09-08 10:52:58 +02:00
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
2021-09-10 14:41:37 +02:00
> *Ce package vous permet d'installer Scuttlebutt Room rapidement et simplement sur un serveur YunoHost.
2021-09-08 10:53:00 +02:00
Si vous n'avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l'installer et en profiter.*
2021-09-08 10:52:58 +02:00
## Vue d'ensemble
2021-10-08 11:26:29 +02:00
A Scuttlebutt room is a service for connecting scuttlebutt users.
2021-09-08 10:52:58 +02:00
2021-10-08 11:26:29 +02:00
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 ).
2021-09-08 10:52:58 +02:00
2021-10-08 11:26:29 +02:00
### Features
2021-09-08 10:52:58 +02:00
2021-10-08 11:26:29 +02:00
- Rooms v1 (tunnel.connect, tunnel.endpoints, etc.)
- User management (allow- & denylisting + moderator & administrator roles), all administered via the web dashboard
- Multiple privacy modes
- Sign-in with SSB
- HTTP Invites
- Alias management
2021-09-08 10:52:58 +02:00
2021-09-16 17:18:09 +02:00
**Version incluse :** 2.0.6~ynh1
2021-09-08 10:52:58 +02:00
2021-09-10 14:41:37 +02:00
**Démo :** https://hermies.club/
2021-09-08 10:52:58 +02:00
2021-09-08 10:53:00 +02:00
## Captures d'écran
2021-09-08 10:52:58 +02:00
2021-09-16 17:40:34 +02:00
![](./doc/screenshots/ssbroom-screenshot.png)
2021-09-08 10:52:58 +02:00
## Avertissements / informations importantes
2021-10-09 09:25:47 +02:00
* requires a full dedicated domain and does not support sub-paths
* currently ony supported on amd64 architecture (until more binaries are built upstream)
* 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
2021-09-08 10:52:58 +02:00
## Documentations et ressources
2021-09-10 14:41:37 +02:00
* Site officiel de l'app : https://github.com/ssb-ngi-pointer/go-ssb-room
* Documentation officielle utilisateur : https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md
* Documentation officielle de l'admin : https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md
* Dépôt de code officiel de l'app : https://github.com/ssb-ngi-pointer/go-ssb-room
* Documentation YunoHost pour cette app : https://yunohost.org/app_ssbroom
* Signaler un bug : https://github.com/YunoHost-Apps/ssbroom_ynh/issues
2021-09-08 10:52:58 +02:00
## Informations pour les développeurs
2021-09-10 14:41:37 +02:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/ssbroom_ynh/tree/testing ).
2021-09-08 10:52:58 +02:00
Pour essayer la branche testing, procédez comme suit.
```
2021-09-10 14:41:37 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/ssbroom_ynh/tree/testing --debug
2021-09-08 10:53:00 +02:00
ou
2021-09-10 14:41:37 +02:00
sudo yunohost app upgrade ssbroom -u https://github.com/YunoHost-Apps/ssbroom_ynh/tree/testing --debug
2021-09-08 10:52:58 +02:00
```
2021-09-08 10:53:00 +02:00
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps