From ce3fd60f2229dabc171be84b7ac166291a7537e3 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 5 Aug 2022 17:07:31 +0200 Subject: [PATCH] Document SSH and SFTP access --- doc/DISCLAIMER.md | 7 ++++--- doc/DISCLAIMER_fr.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 9b37b3c..6369cf6 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,8 +1,9 @@ * You can access the administration panel at `yourdomain.tld/path/admin`. Users created within YunoHost can log in, provided their were given the appropriate permissions: * To make users administrators, give them the `grav.admin` permission. * To allow users to log in, without extended rights, give them the `grav.user` permission. -* Grav provides a command line interface. Refer to its documentation, but you will need to specifically call for the PHP version currently used for the app: - * Go to your app's directory: `cd /var/www/grav` (or `grav__2`, etc. if you have multiple ones) - * `php7.3 bin/grav ...` or `php7.3 bin/gpm ...` +* Grav offers an SSH or SFTP access, which can be enabled in its YunoHost admin configuration panel. + * You can thus use its GPM command line binary. + Refer to is documentation, but bear in mind you need to call it by specifying the PHP version used by the app: + `php7.3 bin/grav ...` or `php7.3 bin/gpm ...` * You can install plugins through the admin panel, or through the GPM. * If installing Grav at the root of a domain, bear in mind that paths starting by `/yunohost` are reserved. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 7468b27..e21bd6b 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -1,8 +1,9 @@ * Vous pouvez accéder au panneau d'adminstration à l'adresse `votredomaine.tld/votrechemin/admin`. Les utilisateurs créés dans YunoHost peuvent se connecter, à condition de leur avoir octroyé la permission adéquate: * `grav.admin` pour qu'ils soient administrateur de Grav ; * `grav.user` pour qu'ils puissent se connecter, mais sans droit étendu. -* Grav dispose d'une interface par ligne de commande. Référez-vous à sa documentation, mais sachez que vous devrez préciser la version de PHP utilisée par l'app: - * Allez dans le répertoire de Grav: `cd /var/www/grav` (ou `grav__2`, etc. si vous avez de multiples instances) - * `php7.3 bin/grav ...` ou `php7.3 bin/gpm ...` +* Grav offre un accès par SSH ou SFTP, activable dans le panneau de configuration de l'application dans l'administration de YunoHost. + * Vous pouvez ainsi utiliser sa ligne de commande GPM. + Référez-vous à sa documentation, mais sachez que vous devrez préciser la version de PHP utilisée par l'app: + `php7.3 bin/grav ...` ou `php7.3 bin/gpm ...` * Vous pouvez installer les extensions soit via le panneau d'administration, soit via GPM. * Si vous installez Grav à la racin d'un domaine, sachez que les chemins d'accès commançant par `/yunohost` sont réservés.