Closed thiemel closed 8 months ago
The AppImage/coolwsd fails when IPv6 is disabled- see here: https://help.nextcloud.com/t/aio-installation-collabora-and-docker-socket-proxy-container-startup-failure/177821
In the fix: launch "ip -6 address" command. If there is no IPv6, empty string is returned by the command. If so, then parameter "--o:net.proto=IPv4" is added to AppImage/coolwsd.
Thanks, I merged your fix.
The AppImage/coolwsd fails when IPv6 is disabled- see here: https://help.nextcloud.com/t/aio-installation-collabora-and-docker-socket-proxy-container-startup-failure/177821
In the fix: launch "ip -6 address" command. If there is no IPv6, empty string is returned by the command. If so, then parameter "--o:net.proto=IPv4" is added to AppImage/coolwsd.