mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Update doc/ADMIN.md
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
906013809d
commit
9b0dddb821
1 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue