From af9739b6e3d2f9bf65a7ea3eefc1212451a2b475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 8 Jun 2023 11:38:45 +0200 Subject: [PATCH] fix --- doc/DESCRIPTION.md | 5 +---- doc/DISCLAIMER.md | 3 --- manifest.toml | 2 ++ 3 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 doc/DISCLAIMER.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 2ed8910..0a10f1b 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -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 diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md deleted file mode 100644 index a05a19f..0000000 --- a/doc/DISCLAIMER.md +++ /dev/null @@ -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 \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index f404c74..aebd965 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"