1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ssbroom_ynh.git synced 2024-09-03 20:26:29 +02:00
Secure Scuttlebutt room server package for YunoHost.
Find a file
2021-10-12 11:38:38 +00:00
.github Initial commit 2021-09-08 10:52:58 +02:00
conf Add support for multi-install 2021-10-08 10:25:04 +02:00
doc Update README 2021-10-09 09:25:38 +02:00
scripts Fix change_url 2021-10-11 10:20:32 +02:00
sources Initial commit 2021-09-08 10:52:58 +02:00
.gitignore Initial commit 2021-09-08 10:52:58 +02:00
check_process Add ssb_admin_id to CI arguments 2021-10-11 09:59:18 +02:00
LICENSE Add license 2021-09-16 17:39:59 +02:00
manifest.json Bump yunohost version number to 2 2021-10-12 13:38:26 +02:00
README.md Auto-update README 2021-10-12 11:38:38 +00:00
README_fr.md Auto-update README 2021-10-12 11:38:38 +00:00

Scuttlebutt Room for YunoHost

Integration level
Install Scuttlebutt Room with YunoHost

Lire ce readme en français.

This package allows you to install Scuttlebutt Room quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

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.

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

Shipped version: 2.0.6~ynh2

Demo: https://hermies.club/

Screenshots

Disclaimers / important information

  • 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

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/ssbroom_ynh/tree/testing --debug
or
sudo yunohost app upgrade ssbroom -u https://github.com/YunoHost-Apps/ssbroom_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps