From fdc6d9c86d8c77819bf2575dc58224a84a6f2a8d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 9 Jan 2021 22:38:34 +0100 Subject: [PATCH 1/3] Finding an available port --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 07854a2..5b6954b 100644 --- a/scripts/install +++ b/scripts/install @@ -57,7 +57,7 @@ admin_mail=$(ynh_user_get_info "$admin" 'mail') #================================================= # FIND AND OPEN A PORT #================================================= -ynh_script_progression --message="Configuring firewall..." --weight=1 +ynh_script_progression --message="Finding an available port..." --weight=1 # Find an available port port=$(ynh_find_port --port=3000) From ebdb0ce0e829a46032a4a64e545f3aeb4429c283 Mon Sep 17 00:00:00 2001 From: saimyx <44293594+Saimyx@users.noreply.github.com> Date: Tue, 19 Jan 2021 13:14:52 +0100 Subject: [PATCH 2/3] Update README.md Configuration and Limitations --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c40c64a..d137fb6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ CryptPad is a collaborative encrypted document editor in real time. It is a priv ## Configuration -* How to configure this app: From an admin panel, a plain file with SSH. +* How to configure this app: From the admin panel and the plain file `/var/www/cryptpad/config/config.js.` ## Documentation @@ -49,7 +49,7 @@ CryptPad is a collaborative encrypted document editor in real time. It is a priv ## Additional information -* To increase space for CryptPad users, you can modify `/var/www/cryptpad/config.js`, and restart the CryptPad service with `sudo service cryptpad restart`. +* To increase space for CryptPad users, you can modify `/var/www/cryptpad/config/config.js`, and restart the CryptPad service with `sudo service cryptpad restart`. ## Links From 57eab1790e32d085743755ce6b63dc42f827dd28 Mon Sep 17 00:00:00 2001 From: saimyx <44293594+Saimyx@users.noreply.github.com> Date: Tue, 19 Jan 2021 13:15:39 +0100 Subject: [PATCH 3/3] Update README_fr.md Configuration and Limitations --- README_fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_fr.md b/README_fr.md index 4e199c2..68928c0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ CryptPad est un éditeur de documents chiffrés collaboratifs en temps réel. C' ## Configuration -Comment configurer cette application : via le panneau d'administration ainsi que le fichier de configuration `/var/www/cryptpad/config.js`. +Comment configurer cette application : via le panneau d'administration ainsi que le fichier de configuration `/var/www/cryptpad/config/config.js`. ## Documentation @@ -49,7 +49,7 @@ Comment configurer cette application : via le panneau d'administration ainsi que ## Informations additionnelles -* Pour augmenter l'espace pour l'utilisateur dans le CryptPad, vous pouvez configurer le fichier `config.js` dans le dossier `/var/www/cryptpad/config.js`, puis redémarrez le service CryptPad `sudo service cryptpad restart`. +* Pour augmenter l'espace pour l'utilisateur dans le CryptPad, vous pouvez configurer le fichier `config.js` dans le dossier `/var/www/cryptpad/config/config.js`, puis redémarrez le service CryptPad `sudo service cryptpad restart`. ## Liens