You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
changed the title
[Bug]: Installer fails on ipv6
[Bug]: Installer fails on ipv6
May 4, 2024
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
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)
Exception or Error
No response
Version
v4.0.0-beta.183
The text was updated successfully, but these errors were encountered: