diff --git a/README.md b/README.md index c856de8..e3d155c 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,21 @@ Etherpad is a real-time collaborative editor scalable to thousands of simultaneo **Shipped version:** 1.9.1~ynh1 -**Demo:** https://video.etherpad.com/ -## Screenshots +## Disclaimers / important information -![Screenshot of Etherpad](./doc/screenshots/etherpad.gif) +## Etherpad Lite + +This version of Etherpad is installed without plugins and uses Redis as database. +Be aware, Redis database backup and restore is not fully implemented. + +If you want to install Etherpad with plugins and mysql database: https://github.com/YunoHost-Apps/etherpad_mypads_ynh", + +## Configuration + +You can access Etherpad's admin panel at `domain.tld/admin`. The configuration file for Etherpad is at the path `/var/www/etherpad/settings.json`. + +*Skin Builder* (accessible at this address `domain.tld/pad/p/test#skinvariantsbuilder`) allows you to customize the skin of your pad. It will give you a parameter to copy into your configuration file `/var/www/etherpad/settings.json`. ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index d2fe7d7..3d1216a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,6 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Etherpad est un éditeur collaboratif en temps réel évolutif pour des milliers d'utilisateurs simultanés en temps réel. Il fournit des capacités complètes d'exportation de données et s'exécute sur votre serveur, sous votre contrôle. **Version incluse :** 1.9.1~ynh1 - **Démo :** https://video.etherpad.com/ ## Captures d’écran diff --git a/scripts/_common.sh b/scripts/_common.sh index 1f63fb7..bd0bb47 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=16 +nodejs_version=18 # Dependencies for AbiWord abiword_app_depencencies="abiword" diff --git a/scripts/install b/scripts/install index fe7021f..3ab0e3f 100644 --- a/scripts/install +++ b/scripts/install @@ -15,6 +15,7 @@ source /usr/share/yunohost/helpers ynh_script_progression --message="Installing dependencies..." --weight=6 ynh_install_nodejs --nodejs_version=$nodejs_version +ynh_use_nodejs #================================================= # CREATE A POSTQRESQL DATABASE