Docker und Collabora lÀuft nicht mehr

Hallo zusammen, ich habe wieder mal ein Problem mit Docker und dem offnen von Dateien. Es muss wieder mal ein Update etwas verÀndert haben so dass Collabora Online nicht mehr zugÀnglich ist.
Meine Apache config ist folgende:

AllowEncodedSlashes NoDecode
SSLProxyEngine On
SSLProxyVerify None
SSLProxyCheckPeerCN Off
SSLProxyCheckPeerName Off
ProxyPreserveHost On
ProxyPass           /loleaflet https://127.0.0.1:9980/loleaflet retry=0
ProxyPassReverse    /loleaflet https://127.0.0.1:9980/loleaflet
ProxyPass           /hosting/discovery https://127.0.0.1:9980/hosting/discovery retry=0
ProxyPassReverse    /hosting/discovery https://127.0.0.1:9980/hosting/discovery
ProxyPassMatch "/lool/(.*)/ws$" wss://127.0.0.1:9980/lool/$1/ws nocanon
ProxyPass   /lool/adminws wss://127.0.0.1:9980/lool/adminws
ProxyPass           /lool https://127.0.0.1:9980/lool
ProxyPassReverse    /lool https://127.0.0.1:9980/lool
# Endpoint with information about availability of various features
ProxyPass           /hosting/capabilities https://127.0.0.1:9980/hosting/capabilities retry=0
ProxyPassReverse    /hosting/capabilities https://127.0.0.1:9980/hosting/capabilities

Nextcloud Version 23.0.1
Hat jemand eine Idee warum das plötzlich nicht mehr geht? Es muss ja am Docker Container liegen denke ich.

Der Grund liegt bei Dir wahrscheinlich daran, dass es seit ungefĂ€hr November eine grundsĂ€tzliche VerĂ€nderung gibt. Du hast vermutlich seitdem noch nicht geupdatet. Im Kern muss ĂŒberall wo “lool” stand, jetzt “cool” stehen und statt “loleaflet” muss “browser” stehen. In der Antwort von Ademma auf folgender Seite findest Du die ganze Lösung:
https://forum.collaboraonline.com/t/upgrade-from-loolwsd-to-coolwsd-broke-nextcloud-use/742/7

2 Likes

Wollte ich gerade mal testen aber nun staret das neuste Docker nicht mehr, kommt immer restart bei dem Comtainer. Ich habe wieder die alte version am laufen versuche es einfach spÀter noch einmal.
Danke aber fĂŒr die Info.