mirror of
https://github.com/YunoHost-Apps/soapbox_ynh.git
synced 2024-09-03 20:26:11 +02:00
Auto-update README
This commit is contained in:
parent
45e3238086
commit
c513744625
2 changed files with 37 additions and 14 deletions
|
@ -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
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
|
|
45
README_fr.md
45
README_fr.md
|
@ -1,36 +1,55 @@
|
|||
# SoapboxFE pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/soapbox)  
|
||||
[](https://install-app.yunohost.org/?app=soapbox)
|
||||
[](https://dash.yunohost.org/appci/app/soapbox)  
|
||||
[](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
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue