1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
Etherpad-Lite package for YunoHost
Find a file
ericgaspar 378e7f7320
Fix
2021-01-13 23:10:20 +01:00
conf Update nginx.conf 2021-01-11 18:12:20 +01:00
scripts Fix 2021-01-13 23:10:20 +01:00
check_process Fix linter warnings 2020-12-04 11:55:06 +01:00
LICENSE Repackage 2020-10-20 13:46:23 +02:00
manifest.json Upgrade to version 1.8.7 2020-12-23 19:12:49 +01:00
README.md Upgrade to version 1.8.7 2020-12-23 19:12:49 +01:00
README_fr.md Upgrade to version 1.8.7 2020-12-23 19:12:49 +01:00

Etherpad-Lite for YunoHost

Integration level
Install Etherpad-Lite with YunoHost

Lire ce readme en français.

This package allow you to install Etherpad-Lite quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

⚠️ This package installs Etherpad-Lite (without MyPads and plugins). It uses PostgreSQL as a database. If you want to install Etherpad with the MyPads plugin, use the Etherpad MyPads package.

Overview

Etherpad allows you to edit documents collaboratively in real-time, much like a live multi-player editor that runs in your browser. Write articles, press releases, to-do lists, etc. together with your friends, fellow students or colleagues, all working on the same document at the same time.

Shipped version: 1.8.7

Screenshots

Demo

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

YunoHost specific features

Multi-users support

  • Is LDAP auth supported? No
  • Can the app be used by multiple users? Yes

Supported architectures

  • x86-64 -
  • ARMv8-A -

Limitations

Additionnal informations


Developers infos

Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug
or
sudo yunohost app upgrade etherpad -u https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug