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

Wekan on IPv6 ? #135

Open
kedare opened this issue Sep 25, 2020 · 4 comments
Open

Wekan on IPv6 ? #135

kedare opened this issue Sep 25, 2020 · 4 comments

Comments

@kedare
Copy link

kedare commented Sep 25, 2020

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.

@xet7
Copy link
Member

xet7 commented Sep 25, 2020

@kedare

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.

@kedare
Copy link
Author

kedare commented Sep 25, 2020

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.
So I could use Caddy from the same instance to listen on IPv6 and use is as backend from my Nginx ?

@xet7
Copy link
Member

xet7 commented Sep 25, 2020

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.

@kedare
Copy link
Author

kedare commented Sep 28, 2020

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)

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

No branches or pull requests

2 participants