Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update proxy.php - no IPv6 fix (only IPv4 available)
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.
- Loading branch information