Upgrade Etherpad (1.8.7 -> 1.8.12)
This commit is contained in:
parent
93f79c63e1
commit
60aa40845f
|
@ -2,7 +2,7 @@ matrix_etherpad_enabled: false
|
||||||
|
|
||||||
matrix_etherpad_base_path: "{{ matrix_base_data_path }}/etherpad"
|
matrix_etherpad_base_path: "{{ matrix_base_data_path }}/etherpad"
|
||||||
|
|
||||||
matrix_etherpad_version: 1.8.7
|
matrix_etherpad_version: 1.8.12
|
||||||
matrix_etherpad_docker_image: "docker.io/etherpad/etherpad:{{ matrix_etherpad_version }}"
|
matrix_etherpad_docker_image: "docker.io/etherpad/etherpad:{{ matrix_etherpad_version }}"
|
||||||
matrix_etherpad_docker_image_force_pull: "{{ matrix_etherpad_docker_image.endswith(':latest') }}"
|
matrix_etherpad_docker_image_force_pull: "{{ matrix_etherpad_docker_image.endswith(':latest') }}"
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,9 @@
|
||||||
"percentageToScrollWhenUserPressesArrowUp": 0
|
"percentageToScrollWhenUserPressesArrowUp": 0
|
||||||
},
|
},
|
||||||
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
|
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
|
||||||
|
"socketIo": {
|
||||||
|
"maxHttpBufferSize": 10000
|
||||||
|
},
|
||||||
"loadTest": false,
|
"loadTest": false,
|
||||||
"importExportRateLimiting": {
|
"importExportRateLimiting": {
|
||||||
"windowMs": 90000,
|
"windowMs": 90000,
|
||||||
|
|
|
@ -29,7 +29,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-etherpad \
|
||||||
{{ arg }} \
|
{{ arg }} \
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{{ matrix_etherpad_docker_image }} \
|
{{ matrix_etherpad_docker_image }} \
|
||||||
node --experimental-worker /opt/etherpad-lite/node_modules/ep_etherpad-lite/node/server.js \
|
node --experimental-worker src/node/server.js \
|
||||||
--settings /data/settings.json --credentials /data/credentials.json \
|
--settings /data/settings.json --credentials /data/credentials.json \
|
||||||
--sessionkey /data/sessionkey.json --apikey /data/apijey.json
|
--sessionkey /data/sessionkey.json --apikey /data/apijey.json
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue