huginn icon indicating copy to clipboard operation
huginn copied to clipboard

this is support ipv6?

Open loflv opened this issue 1 year ago • 1 comments

i use docker with network ipv6 to visit it ,it can't connect. I use the same network on another docker project, and another project can be accessed. My guess is that huginn's port does not support ipv6.

loflv avatar Nov 29 '24 10:11 loflv

Apparently not. I had to change -p [::1]:1234:3000 in my docker run command to -p 127.0.0.1:1234:3000 and then use a reverse proxy to accept connections and forward them to 127.0.0.1:1234.

I couldn't find a setting to configure the bind socket either.

AndreKR avatar Aug 17 '25 23:08 AndreKR