wekan-snap icon indicating copy to clipboard operation
wekan-snap copied to clipboard

Wekan on IPv6 ?

Open kedare opened this issue 4 years ago • 4 comments

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.

kedare avatar Sep 25 '20 17:09 kedare

@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.

xet7 avatar Sep 25 '20 17:09 xet7

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 ?

kedare avatar Sep 25 '20 18:09 kedare

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.

xet7 avatar Sep 25 '20 18:09 xet7

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)

kedare avatar Sep 28 '20 07:09 kedare