CollaboraOnline / richdocumentscode

Built-in CODE Server app
https://apps.nextcloud.com/apps/richdocumentscode
Apache License 2.0
111 stars 26 forks source link

Update proxy.php - no IPv6 fix (only IPv4 available) #258

Closed thiemel closed 3 months ago

thiemel commented 5 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.

timar commented 3 months ago

Thanks, I merged your fix.