Installation Error
-
-
@nebulon said in Installation Error:
Thank You, here is the output
even I have disabled the ipv6 on server, I am facing the same issue
Best regards
-
@chaitanya looks like your server does not have actual ipv6 enabled but Cloudron wants to use ipv6 there. I just looked at the installer.sh code and can you also try to run
curl -v https://ipv4.api.cloudron.io/api/v1/helper/public_ip
? The current code will try that first and if it fails, will setup docker to use the ipv6 registry. Maybe that ipv4 call fails but for other reasons? -
-
Hi there, I'm having the exact same issue. Is there a version of the Cloudron installer that actually works? Kind of a discouraging sign to see these types of issues when following the official instructions.
An IPv6 issue was called out on Reddit 2 years ago related to Ubuntu 20.04 server. Is this the problem? https://www.reddit.com/r/ipv6/comments/lq7clv/ubuntu_2004_will_not_pull_dhcpv6/
If Cloudron does not support installing on local machines at home machines, please let me know so I can look for alternatives.
-
@mrchrisjones I don't think the reddit thread is related to this directly, but it seems our latest version has some install regression. We are investigating. Until that you can run
cloudron-setup --version 7.2.5
on a fresh Ubuntu which should not have the issue. And to confirm, Cloudron does support running at home as long as you can portforward the relevant ports from your router to the server.Sorry for that hickup on our side.