mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Update to 1.6.3
This commit is contained in:
parent
bfb9aac668
commit
67fa229946
6 changed files with 16 additions and 11 deletions
|
@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
|||
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](https://framapad.org/).
|
||||
|
||||
**Shipped version:** 1.6.2
|
||||
**Shipped version:** 1.6.3
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -25,7 +25,7 @@ Or, you can find a config file for etherpad at this path `/var/www/etherpad_mypa
|
|||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: http://etherpad.org/doc/v1.6.2
|
||||
* Official documentation: http://etherpad.org/doc/v1.6.3
|
||||
* YunoHost documentation: There no other documentations, feel free to contribute.
|
||||
|
||||
## YunoHost specific features
|
||||
|
|
|
@ -12,7 +12,7 @@ Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/#/inst
|
|||
Etherpad est un éditeur en ligne Open Source hautement personnalisable qui permet l'édition collaborative en temps réel.
|
||||
Ce paquet installera les mêmes plugins que [Framapad](https://framapad.org/).
|
||||
|
||||
**Version embarquée:** 1.6.2
|
||||
**Version embarquée:** 1.6.3
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
@ -25,7 +25,7 @@ Ou, vous pouvez trouver un fichier de configuration pour etherpad à `/var/www/e
|
|||
|
||||
## Documentation
|
||||
|
||||
* Documentation officielle: http://etherpad.org/doc/v1.6.2
|
||||
* Documentation officielle: http://etherpad.org/doc/v1.6.3
|
||||
* Documentation YunoHost: Il n'y a pas d'autre documentation, n'hésitez pas à contribuer.
|
||||
|
||||
## Fonctionnalités spécifiques à YunoHost
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
; Checks
|
||||
setup_root=1
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=b86b9d09ed97bf04b7e1afad72376d8d695b418b
|
||||
upgrade=1 from_commit=8bf300413ec3adcb416d168d2e9e98975dd9405b
|
||||
backup_restore=1
|
||||
;; Test abiword
|
||||
auto_remove=1
|
||||
|
@ -81,6 +81,6 @@
|
|||
Email=
|
||||
Notification=down
|
||||
;;; Upgrade options
|
||||
; commit=b86b9d09ed97bf04b7e1afad72376d8d695b418b
|
||||
name=20 Jan 2017 b86b9d09ed97bf04b7e1afad72376d8d695b418b
|
||||
manifest_arg=domain=DOMAIN&admin=USER&password=password&language=en&is_public=Yes&abiword=0&
|
||||
; commit=8bf300413ec3adcb416d168d2e9e98975dd9405b
|
||||
name= Fix nodejs & global update
|
||||
manifest_arg=domain=DOMAIN&admin=USER&password=password&language=en&is_public=1&abiword=0&
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/ether/etherpad-lite/archive/1.6.2.tar.gz
|
||||
SOURCE_SUM=f810460e6714d85f8a4e7dfbd3d3790b
|
||||
SOURCE_URL=https://github.com/ether/etherpad-lite/archive/1.6.3.tar.gz
|
||||
SOURCE_SUM=b82c249377f7a0c702d6a51affd32eba
|
||||
SOURCE_SUM_PRG=md5sum
|
||||
ARCH_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Framapad clone, a online editor providing collaborative editing in real-time.",
|
||||
"fr": "Clone de Framapad, un éditeur en ligne fournissant l'édition collaborative en temps réel."
|
||||
},
|
||||
"version": "1.6.2~ynh1",
|
||||
"version": "1.6.3~ynh1",
|
||||
"url": "https://framapad.org",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
|
@ -454,6 +454,11 @@ EOF
|
|||
ynh_store_file_checksum "$finalfail2banfilterconf"
|
||||
|
||||
sudo systemctl restart fail2ban
|
||||
if local fail2ban_error="$(tail -n50 /var/log/fail2ban.log | grep "WARNING Command.*$app.*addfailregex")"
|
||||
then
|
||||
echo "[ERR] Fail2ban fail to load the jail for $app" >&2
|
||||
echo "WARNING${fail2ban_error#*WARNING}" >&2
|
||||
fi
|
||||
}
|
||||
|
||||
# Remove the dedicated fail2ban config (jail and filter conf files)
|
||||
|
|
Loading…
Add table
Reference in a new issue