-
Notifications
You must be signed in to change notification settings - Fork 11
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
Wekan on IPv6 ? #135
Comments
I have not tried IPv6. Wekan Snap has Caddy v1. You can try to search Caddy v1 examples from https://caddyserver.com v1 docs. Other webserver info like Nginx and Apache is at https://github.com/wekan/wekan/wiki , but those examples are for IPv4. Wekan itself is run currently with Node.js v12.18.4. You could search how to configure IPv6 for Node.js. Or, if some webserver like Caddy/Nginx/Apache can proxy IPv6 to Node.js IPv4. I think sometime I will add Caddy v2 to Snap. |
I do have a nginx in front of it but I can only have IPv6 connectivity between the reverse proxy and the instance hosting wekan. |
I don't know. If you already have Nginx => Node then I don't think Nginx => Caddy => Node.js would make sense. I would recommend you do web searches about IPv6, Nginx and Node.js. |
The issue is that there are no environment parameters built into the image to set the nodejs daemon to listen to ipv6 (it binds only to 0.0.0.0) |
Hello.
Is there a way to make the Wekan Snap to listen on the IPv6 interfaces ?
I could not find any parameter so far, and it keeps listening on 0.0.0.0.
Thanks.
The text was updated successfully, but these errors were encountered: