From 0acd63ca834f012d9add8710556f0a66af97dbbc Mon Sep 17 00:00:00 2001 From: mhfowler Date: Fri, 8 Oct 2021 11:26:21 +0200 Subject: [PATCH] Fix README --- doc/DESCRIPTION.md | 17 +++++++++++------ doc/DISCLAIMER.md | 16 ++++------------ 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 0685205..2ed8910 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,9 +1,14 @@ -Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +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 -- Ut enim ad minim veniam, quis nostrud exercitation ullamco ; -- Laboris nisi ut aliquip ex ea commodo consequat ; -- Duis aute irure dolor in reprehenderit in voluptate ; -- Velit esse cillum dolore eu fugiat nulla pariatur ; -- Excepteur sint occaecat cupidatat non proident, sunt in culpa." +- 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 \ No newline at end of file diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index aded581..71d5487 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,12 +1,4 @@ -* Any known limitations, constrains or stuff not working, such as (but not limited to): - * requiring a full dedicated domain ? - * architectures not supported ? - * not-working single-sign on or LDAP integration ? - * the app requires an important amount of RAM / disk / .. to install or to work properly - * etc... - -* Other infos that people should be aware of, such as: - * any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...) - * how to configure / administrate the application if it ain't obvious - * upgrade process / specificities / things to be aware of ? - * security considerations ? +* Any known limitations, constraints or stuff not working: + * 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 \ No newline at end of file