mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Merge branch 'testing' into version-2
This commit is contained in:
commit
ec1e4b6d3d
4 changed files with 15 additions and 5 deletions
16
README.md
16
README.md
|
@ -21,11 +21,21 @@ Etherpad is a real-time collaborative editor scalable to thousands of simultaneo
|
||||||
|
|
||||||
**Shipped version:** 1.9.1~ynh1
|
**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
|
## Documentation and resources
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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
|
**Version incluse :** 1.9.1~ynh1
|
||||||
|
|
||||||
**Démo :** https://video.etherpad.com/
|
**Démo :** https://video.etherpad.com/
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
nodejs_version=16
|
nodejs_version=18
|
||||||
|
|
||||||
# Dependencies for AbiWord
|
# Dependencies for AbiWord
|
||||||
abiword_app_depencencies="abiword"
|
abiword_app_depencencies="abiword"
|
||||||
|
|
|
@ -15,6 +15,7 @@ source /usr/share/yunohost/helpers
|
||||||
ynh_script_progression --message="Installing dependencies..." --weight=6
|
ynh_script_progression --message="Installing dependencies..." --weight=6
|
||||||
|
|
||||||
ynh_install_nodejs --nodejs_version=$nodejs_version
|
ynh_install_nodejs --nodejs_version=$nodejs_version
|
||||||
|
ynh_use_nodejs
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE A POSTQRESQL DATABASE
|
# CREATE A POSTQRESQL DATABASE
|
||||||
|
|
Loading…
Reference in a new issue