mirror of
https://github.com/YunoHost-Apps/ssbroom_ynh.git
synced 2024-09-03 20:26:29 +02:00
Auto-update README
This commit is contained in:
parent
537391524b
commit
4dd1485909
2 changed files with 29 additions and 23 deletions
23
README.md
23
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Scuttlebutt Room for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/ssbroom)  
|
||||
[](https://dash.yunohost.org/appci/app/ssbroom)  
|
||||
[](https://install-app.yunohost.org/?app=ssbroom)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -30,13 +30,13 @@ For a comprehensive introduction to rooms 2.0, watch [this video](https://www.yo
|
|||
- HTTP Invites
|
||||
- Alias management
|
||||
|
||||
**Shipped version:** 2.0.6~ynh3
|
||||
**Shipped version:** 2.0.6~ynh4
|
||||
|
||||
**Demo:** https://hermies.club/
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -45,22 +45,23 @@ For a comprehensive introduction to rooms 2.0, watch [this video](https://www.yo
|
|||
* 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
|
||||
|
||||
* Official app website: https://github.com/ssb-ngi-pointer/go-ssb-room
|
||||
* Official user documentation: https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md
|
||||
* Official admin documentation: https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md
|
||||
* Upstream app code repository: https://github.com/ssb-ngi-pointer/go-ssb-room
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_ssbroom
|
||||
* Report a bug: https://github.com/YunoHost-Apps/ssbroom_ynh/issues
|
||||
* Official app website: <https://github.com/ssb-ngi-pointer/go-ssb-room>
|
||||
* Official user documentation: <https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md>
|
||||
* Official admin documentation: <https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md>
|
||||
* Upstream app code repository: <https://github.com/ssb-ngi-pointer/go-ssb-room>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_ssbroom>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/ssbroom_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/ssbroom_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
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
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
29
README_fr.md
29
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Scuttlebutt Room pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/ssbroom)  
|
||||
[](https://dash.yunohost.org/appci/app/ssbroom)  
|
||||
[](https://install-app.yunohost.org/?app=ssbroom)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Scuttlebutt Room rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
@ -26,13 +30,13 @@ For a comprehensive introduction to rooms 2.0, watch [this video](https://www.yo
|
|||
- HTTP Invites
|
||||
- Alias management
|
||||
|
||||
**Version incluse :** 2.0.6~ynh3
|
||||
**Version incluse :** 2.0.6~ynh4
|
||||
|
||||
**Démo :** https://hermies.club/
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -41,22 +45,23 @@ For a comprehensive introduction to rooms 2.0, watch [this video](https://www.yo
|
|||
* 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
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://github.com/ssb-ngi-pointer/go-ssb-room
|
||||
* Documentation officielle utilisateur : https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md
|
||||
* Documentation officielle de l'admin : https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md
|
||||
* Dépôt de code officiel de l'app : https://github.com/ssb-ngi-pointer/go-ssb-room
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_ssbroom
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/ssbroom_ynh/issues
|
||||
* Site officiel de l'app : <https://github.com/ssb-ngi-pointer/go-ssb-room>
|
||||
* Documentation officielle utilisateur : <https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md>
|
||||
* Documentation officielle de l'admin : <https://github.com/ssb-ngi-pointer/go-ssb-room/blob/master/README.md>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/ssb-ngi-pointer/go-ssb-room>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ssbroom>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/ssbroom_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ssbroom_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/ssbroom_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade ssbroom -u https://github.com/YunoHost-Apps/ssbroom_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
Loading…
Add table
Reference in a new issue