From ea161d0dac93656ca5df2039827db06c6012cd8f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 1 Feb 2021 14:36:50 +0100 Subject: upgrade collabora --- inventory/host_vars/sk-cloudio/collabora.yml | 2 +- inventory/host_vars/sk-tomnext-nc.yml | 2 +- .../code/templates/config/loolwsd.6.4.4.3.xml.j2 | 180 +++++++++++++++++++++ 3 files changed, 182 insertions(+), 2 deletions(-) create mode 100644 roles/apps/collabora/code/templates/config/loolwsd.6.4.4.3.xml.j2 diff --git a/inventory/host_vars/sk-cloudio/collabora.yml b/inventory/host_vars/sk-cloudio/collabora.yml index d68f37dd..893b2e4a 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: 6.4.3.3 + version: 6.4.4.3 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 0d399f49..c3574bd9 100644 --- a/inventory/host_vars/sk-tomnext-nc.yml +++ b/inventory/host_vars/sk-tomnext-nc.yml @@ -140,7 +140,7 @@ collabora_code_base_path: /srv/storage/collabora/code collabora_code_instances: o.tomwaitz.eu: - version: 6.4.3.3 + version: 6.4.4.3 port: 8200 hostname: o.tomwaitz.eu admin: diff --git a/roles/apps/collabora/code/templates/config/loolwsd.6.4.4.3.xml.j2 b/roles/apps/collabora/code/templates/config/loolwsd.6.4.4.3.xml.j2 new file mode 100644 index 00000000..2542d252 --- /dev/null +++ b/roles/apps/collabora/code/templates/config/loolwsd.6.4.4.3.xml.j2 @@ -0,0 +1,180 @@ + + + + + + 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