From eace720c615de8ad47dcc2fe0ea48893d03f3f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:51:01 +0200 Subject: [PATCH 1/4] Update ADMIN_fr.md --- doc/ADMIN_fr.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index a95b44b..4cb8954 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,3 +1,21 @@ -#### Port SFTP +### Connexion avec 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. +Une fois installée, rendez-vous sur l'URL choisie pour connaître le nom d'utilisateur, le domaine et le port que vous devrez utiliser pour l'accès SFTP. + +- Nom d'utilisateur: __ID__ +- Mot de passe: mot de passe défini lors de l'installation +- Port: __SSH_PORT__ + +Pour vous connectez, vous devrez utiliser une application SFTP tel que [Filezilla](https://filezilla-project.org/) pour Windows, Mac ou Linux. Vous pouvez aussi directement utiliser votre gestionnaire de fichiers sous Linux ou [Mac](https://support.apple.com/guide/mac-help/connect-mac-shared-computers-servers-mchlp1140/mac). + +### Ajouter ou modifier les fichiers + +Après vous être connecté avec SFTP, sous le répertoire Web, vous verrez un dossier `www` qui contient les fichiers publics servis par cette application. Vous pouvez mettre tous les fichiers de votre application Web personnalisée à l'intérieur. + +### Oubli du mot de passe SFTP + +Si vous avez oublié votre mot de passe SFTP, vous pouvez le changer dans la webadmin de Yunohost dans `Applications > Votre webapp > My Webapp configuration`. + +## Résolution de problèmes + +Si vous n'arrivez pas à vous connecter et que vous avez vérifié que le nom d'utilisateur et le mot de passe sont bons, vérifiez si SFTP est activé pour votre app From 3055c9a1496272c30ecf7628ba048c25f2c27a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:51:32 +0200 Subject: [PATCH 2/4] Update ADMIN.md --- doc/ADMIN.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 1f6de18..cc8d76b 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,3 +1,17 @@ -#### SFTP port +### Login using SFTP -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. +Once installed, go to the chosen URL to know the username, domain and port you will have to use for the SFTP access. + +- Username: __ID__ +- Password: password chosen during installation +- Port: __SSH_PORT__ + +To connect, you'll need an SFTP app such as [Filezilla](https://filezilla-project.org/) for Windows, Mac or Linux. You can also use your default file manager on [Mac](https://support.apple.com/guide/mac-help/connect-mac-shared-computers-servers-mchlp1140/mac) or Linux. + +### Adding or editing files + +Once logged in SFTP, under the Web directory, you will see a `www` folder which contains the public files served by this app. You can put all the files of your custom Web application inside. + +### Forgot your SFTP password? + +If you forgot your SFTP password, you can change it in YunoHost's webadmin interface in `Apps > My webapp > My Webapp configuration`. From d3b74fb36fcf58dae010ccaf5bb8d734f7e3f455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:59:42 +0200 Subject: [PATCH 3/4] Update tests.toml --- tests.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests.toml b/tests.toml index de2537d..ce3886c 100644 --- a/tests.toml +++ b/tests.toml @@ -15,11 +15,6 @@ test_format = 1.0 only = ["install.subdir", "backup_restore", "upgrade" ] args.phpversion = "8.0" -[81_test] - - only = ["install.subdir", "backup_restore", "upgrade" ] - args.phpversion = "8.1" - [none_test] only = ["install.subdir", "backup_restore", "upgrade" ] From 7de1bb0c3a27219a43b21744e2dab0db89777816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 13 Apr 2023 15:17:47 +0200 Subject: [PATCH 4/4] remove visible password --- doc/POST_INSTALL.md | 2 +- doc/POST_INSTALL_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index 3c36ca6..3cee50d 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -9,7 +9,7 @@ You can connect to this repository by using SFTP with the following credentials. Domain: __DOMAIN__ Port: __SSH_PORT__ User: __ID__ -Password: __PASSWORD__ +Password: password chosen during installation This app is simply a blank web app container. You have to put your own app inside. diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md index 6fbda66..0558305 100644 --- a/doc/POST_INSTALL_fr.md +++ b/doc/POST_INSTALL_fr.md @@ -9,6 +9,6 @@ Vous pouvez vous connecter à ce répertoir en utilisant SFTP avec les informati Domaine : __DOMAIN__ Port : __SSH_PORT__ ID de l'utilisateur : __ID__ -Mot de passe : __PASSWORD__ +Mot de passe : mot de passe défini lors de l'installation Cette application est un simple conteneur vierge d'application Web. Vous devez mettre votre propre application à l'intérieur de ce répertoire : __INSTALL_DIR__/www/