1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00
Etherpad MyPads package for YunoHost
Find a file
2018-02-18 23:32:40 +01:00
conf ldap support for mypads 2018-02-18 16:38:26 +01:00
scripts Update and purge _common.sh 2018-02-18 23:32:40 +01:00
.gitignore Init 2016-08-09 13:43:13 +02:00
check_process ldap support for mypads 2018-02-18 16:38:26 +01:00
LICENSE Init 2016-08-09 13:43:13 +02:00
manifest.json ldap support for mypads 2018-02-18 16:38:26 +01:00
README.md Update to 1.6.3 2018-02-15 23:31:30 +01:00
README_fr.md Update to 1.6.3 2018-02-15 23:31:30 +01:00
YEP.md Update package 2017-11-26 13:59:55 +01:00

Etherpad with mypads plugin for YunoHost

Integration level
Install Etherpad with YunoHost

Lire ce readme en français.

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

Overview

Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time.
This package will install the same plugins than Framapad.

Shipped version: 1.6.3

Screenshots

Configuration

You can access to 2 different admin panels, for etherpad by accessing domain.tld/admin and for mypads by domain.tld/mypads/?/admin.
Or, you can find a config file for etherpad at this path /var/www/etherpad_mypads/settings.json.

Documentation

YunoHost specific features

Multi-users support

Supported, without LDAP nor SSO.

Supported architectures

  • Tested on x86_64

Limitations

  • If you ask to install the plugin mypads, you have to install in the root of a dedicated domain or a sub domain. Else, mypads will be inaccessible.

Additionnal informations

  • This package will install the following plugins:

    • ep_align - Add Left/Center/Right/Justify to lines of text in a pad
    • ep_author_hover - Adds author names to span titles
    • ep_automatic_logut - Automatically disconnects user after some period of time (Prevent server overload)
    • ep_comments_page - Adds comments on sidebar and link it to the text.
    • ep_countable - Displays paragraphs, sentences, words and characters counts.
    • ep_delete_empty_pads - Delete pads which were never edited
    • ep_font_color - Apply colors to fonts
    • ep_headings2 - Adds heading support to Etherpad Lite.
    • ep_markdown - Edit and Export as Markdown in Etherpad
    • ep_mypads - Groups and private pads for etherpad
    • ep_page_view - Add support to do 'page view', with a toggle on/off option in Settings, also Page Breaks with Control Enter
    • ep_spellcheck - Add support to do 'Spell checking'
    • ep_subscript_and_superscript - Add support for Subscript and Superscript
    • ep_table_of_contents - View a table of contents for your pad
    • ep_user_font_size - User Pad Contents font size can be set in settings, this does not effect other peoples views
  • Because there's no ldap support with mypads plugin, no user is created at the installation.
    You have to connect to the admin panel to create the first users.
    Login and password are those you chose during the installation.


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_mypads_ynh/tree/testing --verbose
or
sudo yunohost app upgrade etherpad_mypads -u https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing --verbose