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

Merge pull request #174 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-07-26 19:46:10 +02:00 committed by GitHub
commit 2bbb98253b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View file

@ -29,7 +29,7 @@ Etherpad is a real-time collaborative editor scalable to thousands of simultaneo
- Scale - Etherpad running at scale with pad sharding which allows Etherpad to scale to ∞ number of Active Pads with up to 20,000 edits per second, per pad.
**Shipped version:** 1.8.18~ynh1
**Shipped version:** 1.8.18~ynh2
**Demo:** https://video.etherpad.com

View file

@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Etherpad est un éditeur collaboratif en temps réel évolutif pour des milliers d'utilisateurs simultanés en temps réel. Il fournit des capacités complètes d'exportation de données et s'exécute sur votre serveur, sous votre contrôle.
**Version incluse :** 1.8.18~ynh1
**Version incluse :** 1.8.18~ynh2
**Démo :** https://video.etherpad.com

View file

@ -6,7 +6,7 @@
"en": "Online editor providing collaborative editing in real-time",
"fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel"
},
"version": "1.8.18~ynh1",
"version": "1.8.18~ynh2",
"url": "http://etherpad.org",
"upstream": {
"license": "Apache-2.0",

View file

@ -173,6 +173,10 @@ else
ynh_permission_url --permission="admin" --auth_header=false
fi
# Support full Unicode in MySQL databases
ynh_mysql_connect_as --user=$db_user --password="$db_pwd" --database=$db_name \
<<< "ALTER DATABASE $db_name CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;"
#=================================================
# CREATE DEDICATED USER
#=================================================