Merge pull request 'Bump to 1.8.13 + fix typo + change some plugins' (#1) from meazdev into master

Reviewed-on: #1
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
This commit is contained in:
meaz 2021-03-30 10:00:55 +00:00
commit 4791fbd533
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Etherpad - Ansible role
This role covers deployment, configuration and software updates of etheprad-lite. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.
This role covers deployment, configuration and software updates of Etherpad-lite. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.
The role allows to install/uninstall etherpad's plugins.
@ -13,6 +13,7 @@ Then you can access etherpad from your computer on http://192.168.33.8:9001
## CHANGELOG
- **26.03.2021** - Bumped version to 1.8.13 and enable ep_adminpads2
- **04.03.2021** - Bumped version to 1.8.11 and adjusted readme file
- **21.11.2020** - Make it ready for public release
- Bump to 1.8.6

View File

@ -1,6 +1,6 @@
---
etherpad_version: '1.8.12'
etherpad_version: '1.8.13'
etherpad_skin: 'colibris'
etherpad_skinVariants: 'super-light-toolbar super-light-editor light-background'
etherpad_username: 'etherpad'
@ -54,10 +54,8 @@ etherpad_apt:
- git
etherpad_plugins:
- name: ep_adminpads
install: false
- name: ep_adminpads2
install: false
install: true
- name: ep_comments_page
install: true
- name: ep_desktop_notifications
@ -90,6 +88,8 @@ etherpad_plugins:
install: true
- name: ep_user_fontsize_version_2
install: true
- name: ep_author_hover
install: true
# ep_delete_after_delay
# Etherpad-Lite plugin that deletes your pads after a configured delay
delay: '7776000' # one day, in seconds Default is 86400