mirror of
https://github.com/YunoHost-Apps/ssbroom_ynh.git
synced 2024-09-03 20:26:29 +02:00
Update readme
This commit is contained in:
parent
ed51ae8056
commit
f3436bcb8b
2 changed files with 16 additions and 20 deletions
36
README.md
36
README.md
|
@ -15,39 +15,35 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
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.
|
This is an SSB room server built in Go, packaged for yunohost. A room server is used to make connecting with friends easier on SSB apps.
|
||||||
|
Room servers also makes it easy for any member to invite new folks, allowing the network to expand on its own.
|
||||||
|
|
||||||
|
A more extensive document explaining how ssb room servers technically work can be found here: https://ssb-ngi-pointer.github.io/rooms2/
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Ut enim ad minim veniam, quis nostrud exercitation ullamco ;
|
- SSB users can connect to the room and then create tunneled connections between each other.
|
||||||
- Laboris nisi ut aliquip ex ea commodo consequat ;
|
- Admins of the SSB room can create invitations to invite new members.
|
||||||
- Duis aute irure dolor in reprehenderit in voluptate ;
|
- It is also possible, through settings, to allow new members to also invite new members (community mode).
|
||||||
- Velit esse cillum dolore eu fugiat nulla pariatur ;
|
|
||||||
- Excepteur sint occaecat cupidatat non proident, sunt in culpa."
|
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.0~ynh1
|
**Shipped version:** 2.0.6~ynh1
|
||||||
|
|
||||||
**Demo:** https://hermies.club/
|
**Demo:** https://hermies.club/
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![](./doc/screenshots/example.jpg)
|
![](./doc/screenshots/ssbroom-screenshot.png)
|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
* Any known limitations, constrains or stuff not working, such as (but not limited to):
|
* Current limitations:
|
||||||
* requiring a full dedicated domain ?
|
* requires a dedicated domain and can only run on the / path.
|
||||||
* architectures not supported ?
|
* requires HTTPS
|
||||||
* not-working single-sign on or LDAP integration ?
|
* currently only supports amd64 architecture (hopefully getting more binaries from upstream soon)
|
||||||
* the app requires an important amount of RAM / disk / .. to install or to work properly
|
* uses own authentication mechanism (not SSO LDAP)
|
||||||
* etc...
|
* currently only supports one installation per server, and requires port 8008 specifically,
|
||||||
|
but hopefully getting flexibility for other ports from upstream soon
|
||||||
* 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 ?
|
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
|
|
BIN
doc/screenshots/ssbroom-screenshot.png
Normal file
BIN
doc/screenshots/ssbroom-screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
Loading…
Reference in a new issue