1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00
my_webapp_ynh/doc/ADMIN.md
Éric Gaspar e7c022d5f5
Update doc/ADMIN.md
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2023-05-27 09:10:08 +02:00

1.4 KiB

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.

  • Host: __DOMAIN__
  • Username: __ID__
  • Password: password chosen during installation
  • Port: 22 (unless you changed the SSH port)

To connect, you'll need an SFTP app such as Filezilla for Windows, Mac or Linux. You can also use your default file manager on 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.

Customizing the nginx configuration

If you want to add tweak the nginx configuration for this app, it is recommended to edit /etc/nginx/conf.d/__DOMAIN__.d/__ID__.d/WHATEVER_NAME.conf (ensure that the file has the .conf extension) and reload the nginx after making sure that the configuration is valid using nginx -t.