1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
etherpad_ynh/README.md

73 lines
3 KiB
Markdown
Raw Normal View History

2020-10-27 14:14:43 +01:00
# Etherpad-Lite for YunoHost
2020-10-20 13:46:23 +02:00
[![Integration level](https://dash.yunohost.org/integration/etherpad.svg)](https://dash.yunohost.org/appci/app/etherpad) ![](https://ci-apps.yunohost.org/ci/badges/etherpad.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/etherpad.maintain.svg)
2020-12-21 22:54:19 +01:00
[![Install Etherpad-Lite with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=etherpad)
2020-10-20 13:46:23 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2020-12-21 22:54:19 +01:00
> *This package allow you to install Etherpad-Lite quickly and simply on a YunoHost server.
2020-10-20 13:46:23 +02:00
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
2021-01-25 23:35:39 +01:00
> :warning: This package installs Etherpad-Lite (without MyPads and plugins). It uses PostgreSQL as database.
2020-11-03 19:24:07 +01:00
>If you want to install Etherpad with the MyPads plugin, use the [Etherpad MyPads package](https://github.com/YunoHost-Apps/etherpad_mypads_ynh).
2020-10-20 13:46:23 +02:00
## Overview
2020-10-20 13:50:41 +02:00
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.
2020-10-20 13:46:23 +02:00
2021-03-05 09:07:54 +01:00
**Shipped version:** 1.8.12
2020-10-20 13:46:23 +02:00
## Screenshots
2020-10-20 13:50:41 +02:00
![](https://etherpad.org/img/etherpad_demo.gif)
2020-10-20 13:46:23 +02:00
## Demo
* [Official demo](https://video.etherpad.com/)
## Configuration
2020-10-27 14:14:43 +01:00
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`.
2020-10-20 13:46:23 +02:00
*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
2021-02-26 09:06:40 +01:00
* Official documentation: http://etherpad.org/doc/v1.8.10
2020-10-20 13:46:23 +02:00
* YunoHost documentation: https://yunohost.org/#/app_etherpad
## YunoHost specific features
#### Multi-users support
* Is LDAP auth supported? **No**
* Can the app be used by multiple users? **Yes**
#### Supported architectures
* x86-64 - [![](https://ci-apps.yunohost.org/ci/logs/etherpad%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/etherpad/)
* ARMv8-A - [![](https://ci-apps-arm.yunohost.org/ci/logs/etherpad%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/etherpad/)
## Limitations
## Additionnal informations
## Links
* Report a bug: https://github.com/YunoHost-Apps/etherpad_ynh/issues
* Etherpad website: http://etherpad.org/
* Upstream app repository: https://github.com/ether/etherpad-lite
* YunoHost website: https://yunohost.org/
---
## Developers infos
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing).
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
```