huginn
huginn copied to clipboard
this is support ipv6?
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.
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.