Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Installer fails on ipv6 #1610

Closed
ogdakke opened this issue Jan 6, 2024 · 3 comments · Fixed by #5312
Closed

[Bug]: Installer fails on ipv6 #1610

ogdakke opened this issue Jan 6, 2024 · 3 comments · Fixed by #5312

Comments

@ogdakke
Copy link

ogdakke commented Jan 6, 2024

Description

Hi! I am very new to self hosting and server configuration in general, so bare with me here.

I got a ipv6-only server from Hetzner, and the first thing I did was I tried to run the installation script found on coolify docs, and, in the end, with the -vvv -trace flags I got this error:
Error response from daemon: Get https://ghcr.io/v2/: dial tcp 140.82.121.33:443: connect: network is unreachable.
This led me to a discussion on https://community.home-assistant.io/t/unable-to-pull-images-from-ghcr-io/448349 where there was mentions of ip6-caused errors.
With no flags, curl was just outputting curl: (7) Couldn't connect to server

Fixed by getting a ipv4 address for my server. I am aware that this is probably not a coolify issue, but might prove usefol for folks to take a look at this.

Minimal Reproduction (if possible, example repository)

  • Deploy a cloud instance on Hetzner/elsewhere with ipv6 only IP address
  • run the install script

Exception or Error

No response

Version

v4.0.0-beta.183

@Codomic
Copy link

Codomic commented Feb 10, 2024

Would love to use an ipv6 only server from Hetzner but also running into the same issue on my Rocky Linux instance. Hopefully ipv6 support for the automatic installer can be added in the future.

@andrasbacsai andrasbacsai changed the title [Bug]: Installer fails on ipv6 [Bug]: Installer fails on ipv6 May 4, 2024
@andrasbacsai andrasbacsai self-assigned this May 4, 2024
@DanielOberlechner
Copy link

Hi I tried the exact same thing today also on a Hetzner server with only ipv6 ip address and I wondered why the installation process failed.

This issue is still relevant.

The reason I don't have an ipv4 address is that I have to pay extra to get one.

Is there a chance that this issue is gonna get resolved in the near future?

Kind regards,
Daniel

@peaklabs-dev peaklabs-dev added this to the v4.0.0 Stable Release milestone Oct 22, 2024
@peaklabs-dev peaklabs-dev added 🐛 Bug Reported issues that need to be reproduced by the team. 🐞 Confirmed Bug Verified issues that have been reproduced by the team. and removed 🐛 Bug Reported issues that need to be reproduced by the team. labels Oct 22, 2024
@andrasbacsai
Copy link
Member

In the next version, there will be an option to use docker.io only images for Coolify, so that means IPv6 only servers could be used: https://coolify.io/docs/knowledge-base/custom-docker-registry

@andrasbacsai andrasbacsai added 🚧 Next Issues and PRs planned for the next release. ✅ Done Issues that are fixed and a PR is ready to be merged. labels Mar 25, 2025
@github-actions github-actions bot removed 🚧 Next Issues and PRs planned for the next release. 🐞 Confirmed Bug Verified issues that have been reproduced by the team. ✅ Done Issues that are fixed and a PR is ready to be merged. labels Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants