mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
commit
25703dc994
2 changed files with 14 additions and 8 deletions
10
README.md
10
README.md
|
@ -6,12 +6,12 @@
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allow you to install Custom Webapp quickly and simply on a YunoHost server.
|
> *This package allow you to install Custom Webapp quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
If you don't have YunoHost, please see [here](https://yunohost.org/install) to know how to install and enjoy it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
This application allows you to easily install a custom Web application,
|
This application allows you to easily install a custom Web application,
|
||||||
providing files access with [SFTP](https://yunohost.org/#/filezilla). It can also create a MySQL database -
|
providing files access with [SFTP](https://yunohost.org/en/filezilla). It can also create a MySQL database -
|
||||||
which will be backed up and restored with your application. The connection
|
which will be backed up and restored with your application. The connection
|
||||||
details will be stored in the file `db_accesss.txt` located in the root
|
details will be stored in the file `db_accesss.txt` located in the root
|
||||||
directory.
|
directory.
|
||||||
|
@ -28,7 +28,7 @@ of your custom Web application inside.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* YunoHost documentation: https://github.com/YunoHost/doc/blob/master/app_my_webapp.md
|
* YunoHost documentation: https://yunohost.org/en/app_my_webapp
|
||||||
|
|
||||||
## YunoHost specific features
|
## YunoHost specific features
|
||||||
|
|
||||||
|
@ -45,8 +45,8 @@ of your custom Web application inside.
|
||||||
|
|
||||||
#### SFTP port
|
#### SFTP port
|
||||||
|
|
||||||
You may have change the SSH port as described
|
You may have change the SSH port as described in this section:
|
||||||
[here section "Modifier le port SSH"](https://yunohost.org/#/security_fr) ;
|
[Modify the SSH port](https://yunohost.org/en/security#modify-the-ssh-port);
|
||||||
then you should use this port to update your website with SFTP.
|
then you should use this port to update your website with SFTP.
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
12
README_fr.md
12
README_fr.md
|
@ -6,12 +6,12 @@
|
||||||
*[Read this readme in english.](./README.md)*
|
*[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.
|
> *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.*
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
|
|
||||||
Cette application vous permet d'installer facilement une application vide personnalisée,
|
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 -
|
fourni un accès aux fichiers avec [SFTP](https://yunohost.org/fr/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
|
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.
|
seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire racine.
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire raci
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* Documentation YunoHost : https://yunohost.org/#/app_my_webapp
|
* Documentation YunoHost : https://yunohost.org/fr/app_my_webapp
|
||||||
|
|
||||||
## Caractéristiques spécifiques YunoHost
|
## Caractéristiques spécifiques YunoHost
|
||||||
|
|
||||||
|
@ -36,6 +36,12 @@ seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire raci
|
||||||
|
|
||||||
## Informations additionnelles
|
## Informations additionnelles
|
||||||
|
|
||||||
|
#### Port SFTP
|
||||||
|
|
||||||
|
Vous avez peut-être changé le port SSH comme décrit dans cette section :
|
||||||
|
[Modifier le port SSH](https://yunohost.org/fr/security#modify-the-ssh-port) ;
|
||||||
|
alors vous devriez utiliser ce port pour mettre à jour votre site Web avec SFTP.
|
||||||
|
|
||||||
## Liens
|
## Liens
|
||||||
|
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/my_webapp_ynh/issues
|
* Signaler un bug : https://github.com/YunoHost-Apps/my_webapp_ynh/issues
|
||||||
|
|
Loading…
Add table
Reference in a new issue