-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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] does not listen on IPv6 #979
Comments
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
I sovled this by set the environment Now, It works! |
Heya @mbunkus |
Yes, that works. Thanks.
Well, you could make the behavior triggered by On Linux listening on the IPv6 wildcard address
I cannot really tell you how to do that as I have no experience whatsoever with node.js. Here's a more expansive answer I wrote in a similar bug report I filed on a different project (Yacht): Anyway, in the case of Yacht "proper IPv6" support would probably mean nothing more than making the daemon listen on IPv6, too. In terms of sockets this means listening on If you're worried about that, you can also try listening on both
As a last resort one might make the address/port number to listen on configurable via environment variables. Other images go that route. As an example for Docker images that support listening on IPv6 out of the box (or where I could configure it via an environment variable): Authentik; Wekan; PowerDNS Admin; Docker Registry; Portainer. |
Thanks @mbunkus - that's really helpful! |
I too would like to see this work with IPV6. Running this in a pure IPV6 environment causes failures to start. |
Environment
Self-Hosted (Docker)
System
any
Version
2.1.1
Describe the problem
dashy's web server only listens on IPv4, even if the Docker container has IPv6 enabled, making it unusable in IPv6-only setups. It can be run in dual-stack containers, of course.
Example (actual global IPv6 obscured):
Additional info
No response
Please tick the boxes
The text was updated successfully, but these errors were encountered: