etherpad: New version

This commit is contained in:
polyfloyd 2024-06-01 23:28:45 +02:00
parent 19d95cb352
commit fc5913d56b
7 changed files with 32 additions and 15 deletions

View file

@ -1,4 +1,4 @@
// Managed by Ansible
// {{ ansible_managed }}
{
"title": "Bitlair Etherpad",
@ -61,7 +61,7 @@
"suppressErrorsInPadText": false,
"requireSession": false,
"editOnly": false,
"minify": true,
"minify": false,
"maxAge": 21600, // 60 * 60 * 6 = 6 hours
"abiword": null,
"soffice": null,
@ -85,8 +85,7 @@
"percentageToScrollWhenUserPressesArrowUp": 0
},
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
"socketTransportProtocols" : ["websocket", "polling"],
"socketIo": {
"maxHttpBufferSize": 10000
},