From c513744625f881f2de3c38059558081db2d96b11 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 31 Dec 2021 11:18:03 +0000 Subject: [PATCH] Auto-update README --- README.md | 6 +++++- README_fr.md | 45 ++++++++++++++++++++++++++++++++------------- 2 files changed, 37 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 554a44d..9081193 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It shall NOT be edited by hand. *[Lire ce readme en français.](./README_fr.md)* -> *This package allows you to install soapbox quickly and simply on a YunoHost server. +> *This package allows you to install SoapboxFE quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview @@ -21,12 +21,15 @@ SoapboxFE is an alternative frontend for Pleroma. **Shipped version:** 1.3.0~ynh1 + ## Screenshots ![](./doc/screenshots/screenshot.jpg) ## Disclaimers / important information +### Important points to read before installing + - [Pleroma (Yunohost ver.)](https://github.com/YunoHost-Apps/pleroma_ynh) must be installed locally before you install SoapboxFE - SoapboxFE must be installed under a Pleroma domain (i.e soapboxfe.your-pleroma-instance-domain.net) - AdminFE under SoapboxFE returns 404 @@ -47,6 +50,7 @@ screen -r ## Documentation and resources * Official app website: https://soapbox.pub/ +* Official admin documentation: https://docs.soapbox.pub/ * Upstream app code repository: https://gitlab.com/soapbox-pub/soapbox-fe * YunoHost documentation for this app: https://yunohost.org/app_soapbox * Report a bug: https://github.com/YunoHost-Apps/soapbox_ynh/issues diff --git a/README_fr.md b/README_fr.md index f634237..17dc83e 100755 --- a/README_fr.md +++ b/README_fr.md @@ -1,36 +1,55 @@ # SoapboxFE pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/soapbox.svg)](https://dash.yunohost.org/appci/app/soapbox) ![](https://ci-apps.yunohost.org/ci/badges/soapbox.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/soapbox.maintain.svg) -[![Installer soapbox avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=soapbox) +[![Niveau d'intégration](https://dash.yunohost.org/integration/soapbox.svg)](https://dash.yunohost.org/appci/app/soapbox) ![](https://ci-apps.yunohost.org/ci/badges/soapbox.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/soapbox.maintain.svg) +[![Installer SoapboxFE avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=soapbox) *[Read this readme in english.](./README.md)* *[Lire ce readme en français.](./README_fr.md)* -> *This package allows you to install soapbox quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* +> *Ce package vous permet d'installer SoapboxFE 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.* ## Vue d'ensemble -SoapboxFE est un frontal alternatif pour Pleroma. +SoapboxFE is an alternative frontend for Pleroma. + + +**Version incluse :** 1.3.0~ynh1 + -**Version incluse:** 1.3.0~ynh1 ## Captures d'écran ![](./doc/screenshots/screenshot.jpg) ## Avertissements / informations importantes -- [Pleroma (Yunohost)](https://github.com/YunoHost-Apps/pleroma_ynh) doit être installé avant l'installation de cette application. + +### Important points to read before installing + +- [Pleroma (Yunohost ver.)](https://github.com/YunoHost-Apps/pleroma_ynh) must be installed locally before you install SoapboxFE - SoapboxFE must be installed under a Pleroma domain (i.e soapboxfe.your-pleroma-instance-domain.net) - AdminFE under SoapboxFE returns 404 +Using screen in case of disconnects + +``` +sudo apt-get install screen +screen +sudo yunohost app install https://github.com/YunoHost-Apps/soapbox_ynh.git +``` +Recover after disconnect: +``` +screen -d +screen -r +``` ## Documentations et ressources -* Site official de l'app: https://soapbox.pub/ -* Dépôt de code officiel de l'app: https://gitlab.com/soapbox-pub/soapbox-fe -* Documentation YunoHost pour cette app: https://yunohost.org/app_soapbox -* Signaler un bug: https://github.com/YunoHost-Apps/soapbox_ynh/issues +* Site officiel de l'app : https://soapbox.pub/ +* Documentation officielle de l'admin : https://docs.soapbox.pub/ +* Dépôt de code officiel de l'app : https://gitlab.com/soapbox-pub/soapbox-fe +* Documentation YunoHost pour cette app : https://yunohost.org/app_soapbox +* Signaler un bug : https://github.com/YunoHost-Apps/soapbox_ynh/issues ## Informations pour les développeurs @@ -39,8 +58,8 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. ``` sudo yunohost app install https://github.com/YunoHost-Apps/soapbox_ynh/tree/testing --debug -or +ou sudo yunohost app upgrade soapbox -u https://github.com/YunoHost-Apps/soapbox_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications:** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file