committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 59 additions and 0 deletions
-
59README_fr.md
@ -0,0 +1,59 @@ |
|||
# Application vide avec accès SFTP au répertoire Web personnalisé pour YunoHost |
|||
|
|||
[](https://dash.yunohost.org/appci/app/my_webapp)   |
|||
[](https://install-app.yunohost.org/?app=my_webapp) |
|||
|
|||
*[Read this readme in english.](./README.md)* |
|||
|
|||
> *Ce package vous permet d'installer une Application vide avec accès SFTP au répertoire Web personnalisé 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 |
|||
|
|||
Cette application vous permet d'installer facilement une application vide personnalisée, |
|||
fourni un accès aux fichiers avec [SFTP](https://yunohost.org/#/filezilla). Elle peut également créer une base de données MySQL - |
|||
qui sera sauvegardée et restaurée avec votre application. Les détails de connexion |
|||
seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire racine. |
|||
|
|||
**Version incluse :** 1.0 |
|||
|
|||
## Captures d'écran |
|||
|
|||
## Démo |
|||
|
|||
## Configuration |
|||
|
|||
## Documentation |
|||
|
|||
* Documentation YunoHost : https://yunohost.org/#/app_my_webapp |
|||
|
|||
## Caractéristiques spécifiques YunoHost |
|||
|
|||
#### Support multi-utilisateurs |
|||
|
|||
#### Architectures supportées |
|||
|
|||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/my_webapp/) |
|||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/my_webapp/) |
|||
|
|||
## Limitations |
|||
|
|||
## Informations additionnelles |
|||
|
|||
## Liens |
|||
|
|||
* Signaler un bug : https://github.com/YunoHost-Apps/my_webapp_ynh/issues |
|||
* Site web YunoHost : https://yunohost.org/ |
|||
|
|||
--- |
|||
|
|||
## Informations pour les développeurs |
|||
|
|||
Merci de faire vos pull request dans la [branche testing](https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing). |
|||
|
|||
Pour essayer la branche testing, procédez comme suit. |
|||
``` |
|||
sudo yunohost app install https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing --debug |
|||
ou |
|||
sudo yunohost app upgrade my_webapp -u https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing --debug |
|||
``` |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue