From 1038079e44df35c7114bb28fe1a7ee188c2a0e96 Mon Sep 17 00:00:00 2001 From: jmdekker2 Date: Thu, 5 Jun 2025 20:38:20 +0200 Subject: [PATCH] Update install_collabora.yml connection with nextcloud server fixed --- install_collabora.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install_collabora.yml b/install_collabora.yml index 15be812..b738c31 100644 --- a/install_collabora.yml +++ b/install_collabora.yml @@ -45,7 +45,7 @@ state: directory owner: root group: root - mode: '0777' # WORLD WRITABLE (alleen binnen container gebruikt) + mode: '0777' - name: Start of update Collabora container docker_container: @@ -63,7 +63,10 @@ domain: "{{ collabora_domain | regex_replace('\\.', '\\\\.') }}" username: "{{ collabora_username }}" password: "{{ collabora_password }}" - extra_params: --o:ssl.enable=false --o:ssl.termination=true --o:storage.wopi.host[0]={{ collabora_domain }} + command: > + --o:ssl.enable=false + --o:ssl.termination=true + --o:storage.wopi.host[0]={{ collabora_domain }} - name: Maak tijdelijke Nginx-configuratie voor Certbot copy: