From 54e15f53d1ad1eedd36943c1977b6db96e5ddb8a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 3 Nov 2020 22:49:57 +0100 Subject: upgrade collabora code to 6.4 --- inventory/host_vars/sk-cloudio/collabora.yml | 2 +- inventory/host_vars/sk-tomnext-nc.yml | 2 +- .../code/templates/config/loolwsd.6.4.0.14.xml.j2 | 179 +++++++++++++++++++++ 3 files changed, 181 insertions(+), 2 deletions(-) create mode 100644 roles/apps/collabora/code/templates/config/loolwsd.6.4.0.14.xml.j2 diff --git a/inventory/host_vars/sk-cloudio/collabora.yml b/inventory/host_vars/sk-cloudio/collabora.yml index 3fc973c3..9898c44d 100644 --- a/inventory/host_vars/sk-cloudio/collabora.yml +++ b/inventory/host_vars/sk-cloudio/collabora.yml @@ -3,7 +3,7 @@ collabora_code_base_path: /srv/storage/collabora/code collabora_code_instances: o.skillz.biz: - version: 4.2.4.5 + version: 6.4.0.14 port: 8200 hostname: o.skillz.biz admin: diff --git a/inventory/host_vars/sk-tomnext-nc.yml b/inventory/host_vars/sk-tomnext-nc.yml index d0b6097b..c0529104 100644 --- a/inventory/host_vars/sk-tomnext-nc.yml +++ b/inventory/host_vars/sk-tomnext-nc.yml @@ -123,7 +123,7 @@ collabora_code_base_path: /srv/storage/collabora/code collabora_code_instances: o.tomwaitz.eu: - version: 4.2.4.5 + version: 6.4.0.14 port: 8200 hostname: o.tomwaitz.eu admin: diff --git a/roles/apps/collabora/code/templates/config/loolwsd.6.4.0.14.xml.j2 b/roles/apps/collabora/code/templates/config/loolwsd.6.4.0.14.xml.j2 new file mode 100644 index 00000000..cbdae29a --- /dev/null +++ b/roles/apps/collabora/code/templates/config/loolwsd.6.4.0.14.xml.j2 @@ -0,0 +1,179 @@ + + + + + + de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru + + + + + + {{ item.value.hostname }} + + + + 1 + + 4 + 5 + + false + 3600 + + + 30 + 300 + false + 0 + 8000 + 0 + 0 + 100 + 100 + + 10000 + 60 + 300 + 3072 + 85 + + + + + 120 + 900 + + + loleaflet.html + + + true + warning + false + + -INFO-WARN + + /var/log/loolwsd.log + never + timestamp + true + 10 days + 10 + true + false + + + false + 82589933 + + + + false + + + + + + + + false + + + + + + all + any + + + + 192\.168\.[0-9]{1,3}\.[0-9]{1,3} + ::ffff:192\.168\.[0-9]{1,3}\.[0-9]{1,3} + 127\.0\.0\.1 + ::ffff:127\.0\.0\.1 + ::1 + 172\.17\.[0-9]{1,3}\.[0-9]{1,3} + ::ffff:172\.17\.[0-9]{1,3}\.[0-9]{1,3} + + + + + + + true + false + /etc/loolwsd/cert.pem + /etc/loolwsd/key.pem + /etc/loolwsd/ca-chain.cert.pem + + + 1000 + + + + + + + + + true + true + + + + + + + + + false + false + + + + + classic + + + + + + localhost +{% for backend in item.value.backend_storages %} + {{ backend }} +{% endfor %} + 0 + false + + 900 + + + + localhost + + + true + + + + + + + + + true + + + true + false + {{ item.value.admin.username }} + {{ item.value.admin.password }} + + + + + + -- cgit v1.2.3