1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_capsule_ynh.git synced 2024-09-03 19:46:21 +02:00

Update DISCLAIMER _fr.md

This commit is contained in:
yalh76 2022-07-31 14:56:01 +02:00
parent 1876fc5298
commit 17be556226

View file

@ -1,8 +1,8 @@
* 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. * Une fois installé, allez à l'URL choisie pour connaître l'utilisateur, le domaine et le port que vous devrez utiliser pour l'accès SFTP ** Le mot de passe est celui que vous avez choisi lors de l'installation. Sous le répertoire Web, vous verrez un dossier `www` qui contient les fichiers publics servis par cette application. Vous pouvez y mettre tous les fichiers de votre application Web personnalisée.
* providing files access with [SFTP](https://yunohost.org/en/filezilla). * L'application peut aussi créer une base de données MySQL, permettant l'accès aux fichiers par [SFTP] (https://yunohost.org/en/filezilla).
* It can also create a MySQL database which will be backed up and restored with your application. The connection details will be stored in the file `db_accesss.txt` located in the root directory. * Il peut également créer une base de données MySQL qui sera sauvegardée et restaurée avec votre application. Les détails de connexion seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire racine.
* SFTP port * Port SFTP
You may have change the SSH port as described in this section: Vous pouvez modifier le port SSH comme décrit dans cette section :
[Modify the SSH port](https://yunohost.org/en/security#modify-the-ssh-port); [Modifier le port SSH](https://yunohost.org/en/security#modify-the-ssh-port) ;
then you should use this port to update your website with SFTP. alors vous devez utiliser ce port pour mettre à jour votre site web avec SFTP.