mirror of
https://github.com/YunoHost-Apps/my_capsule_ynh.git
synced 2024-09-03 19:46:21 +02:00
12 lines
731 B
Markdown
12 lines
731 B
Markdown
* Once installed, go to the chosen URL to know the user, domain and port you will have to use for the SFTP access.** The password is one you chosen during the installation. 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.
|
|
* providing files access with [SFTP](https://yunohost.org/en/filezilla).
|
|
|
|
* MySQL database information:
|
|
* name: __DB_NAME__
|
|
* user: __DB_USER__
|
|
* pass: __DB_PWD__
|
|
|
|
* SFTP port
|
|
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.
|