From 86d0f1a8a69b598c6e46a834302b4cd3556e7193 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 24 Apr 2021 13:44:19 +0200 Subject: [PATCH 1/5] Fix doc links --- README.md | 6 +++--- README_fr.md | 12 +++++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9348a2e..b2c34bf 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview 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 details will be stored in the file `db_accesss.txt` located in the root directory. @@ -28,7 +28,7 @@ of your custom Web application inside. ## 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 @@ -46,7 +46,7 @@ of your custom Web application inside. #### SFTP port You may have change the SSH port as described -[here section "Modifier le port SSH"](https://yunohost.org/#/security_fr) ; +[here section "Modifier le port SSH"](https://yunohost.org/en/security) ; then you should use this port to update your website with SFTP. ## Links diff --git a/README_fr.md b/README_fr.md index 6200271..7074b8d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -6,12 +6,12 @@ *[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.* +Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/fr/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 - +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 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 YunoHost : https://yunohost.org/#/app_my_webapp + * Documentation YunoHost : https://yunohost.org/fr/app_my_webapp ## 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 +#### Port SFTP + +Vous avez peut-être changé le port SSH comme décrit +[ici section "Modifier le port SSH"](https://yunohost.org/fr/security); +alors vous devriez utiliser ce port pour mettre à jour votre site Web avec SFTP. + ## Liens * Signaler un bug : https://github.com/YunoHost-Apps/my_webapp_ynh/issues From ea0030d6a37e1c8e4eb5ee5b86fb21b6674352e9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 24 Apr 2021 13:45:41 +0200 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2c34bf..e25ff60 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ *[Lire ce readme en français.](./README_fr.md)* > *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/en/install) to know how to install and enjoy it.* ## Overview From 19bd96b45e1dce3d0dec5dd623c7260e1eff2293 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 24 Apr 2021 13:49:04 +0200 Subject: [PATCH 3/5] Fix --- README.md | 4 ++-- README_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e25ff60..ac48125 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ of your custom Web application inside. #### SFTP port -You may have change the SSH port as described -[here section "Modifier le port SSH"](https://yunohost.org/en/security) ; +You may have change the SSH port as described here +[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. ## Links diff --git a/README_fr.md b/README_fr.md index 7074b8d..9587467 100644 --- a/README_fr.md +++ b/README_fr.md @@ -38,8 +38,8 @@ seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire raci #### Port SFTP -Vous avez peut-être changé le port SSH comme décrit -[ici section "Modifier le port SSH"](https://yunohost.org/fr/security); +Vous avez peut-être changé le port SSH comme décrit ici +[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 From 90e11d34ded22c1525d051da24f497f94f7f2194 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 24 Apr 2021 13:54:44 +0200 Subject: [PATCH 4/5] Fix --- README.md | 4 ++-- README_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac48125..f84b2aa 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ of your custom Web application inside. #### SFTP port -You may have change the SSH port as described here -[Modify the SSH port](https://yunohost.org/en/security#modify-the-ssh-port) ; +You may have change the SSH port as described in this section: +[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. ## Links diff --git a/README_fr.md b/README_fr.md index 9587467..1b9fe0c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -38,8 +38,8 @@ seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire raci #### Port SFTP -Vous avez peut-être changé le port SSH comme décrit ici -[Modifier le port SSH](https://yunohost.org/fr/security#modify-the-ssh-port); +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 From e618919964f6fb7d48b2340d8e0ede68abc272b1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 28 Apr 2021 23:31:23 +0200 Subject: [PATCH 5/5] Fix --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f84b2aa..a149a67 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ *[Lire ce readme en français.](./README_fr.md)* > *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/en/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 diff --git a/README_fr.md b/README_fr.md index 1b9fe0c..d3dba43 100644 --- a/README_fr.md +++ b/README_fr.md @@ -6,7 +6,7 @@ *[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/fr/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