mirror of
https://github.com/YunoHost-Apps/ssbroom_ynh.git
synced 2024-09-03 20:26:29 +02:00
62 lines
2.7 KiB
Markdown
62 lines
2.7 KiB
Markdown
<!--
|
||
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||
NON DEVE essere modificato manualmente.
|
||
-->
|
||
|
||
# Scuttlebutt Room per YunoHost
|
||
|
||
[](https://dash.yunohost.org/appci/app/ssbroom)  
|
||
|
||
[](https://install-app.yunohost.org/?app=ssbroom)
|
||
|
||
*[Leggi questo README in altre lingue.](./ALL_README.md)*
|
||
|
||
> *Questo pacchetto ti permette di installare Scuttlebutt Room su un server YunoHost in modo semplice e veloce.*
|
||
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
|
||
|
||
## Panoramica
|
||
|
||
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
|
||
|
||
- 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
|
||
|
||
**Versione pubblicata:** 2.0.6~ynh7
|
||
|
||
**Prova:** <https://hermies.club/>
|
||
|
||
## Screenshot
|
||
|
||

|
||
|
||
## Documentazione e risorse
|
||
|
||
- Documentazione ufficiale per gli utenti: <https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md>
|
||
- Documentazione ufficiale per gli amministratori: <https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md>
|
||
- Repository upstream del codice dell’app: <https://github.com/ssb-ngi-pointer/go-ssb-room>
|
||
- Store di YunoHost: <https://apps.yunohost.org/app/ssbroom>
|
||
- Segnala un problema: <https://github.com/YunoHost-Apps/ssbroom_ynh/issues>
|
||
|
||
## Informazioni per sviluppatori
|
||
|
||
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/ssbroom_ynh/tree/testing).
|
||
|
||
Per provare la branch di `testing`, si prega di procedere in questo modo:
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/ssbroom_ynh/tree/testing --debug
|
||
o
|
||
sudo yunohost app upgrade ssbroom -u https://github.com/YunoHost-Apps/ssbroom_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>
|