From 9b0dddb821c671a5a20549c175171de3c4b64b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 27 May 2023 09:09:45 +0200 Subject: [PATCH] Update doc/ADMIN.md Co-authored-by: Alexandre Aubin --- doc/ADMIN.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index b72bee4..0ff5eab 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,10 +1,13 @@ +This app is simply a blank web app skeleton : you are expected to add you own content (HTML, CSS, PHP, ...) inside `__INSTALL_DIR__/www/`. One way to do so is by using SFTP. + ### Login using 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__ +- Host: `__DOMAIN__` +- Username: `__ID__` - Password: password chosen during installation -- Port: 22 (unless change to another port) +- Port: 22 (unless you changed the 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.