Hello,
I’m trying to create an addon for the Happy Bubbles Presence service. I have problem to forward the web interface port to make it accessible from my network.
In my config.json file, I have:
"ports": {
"5555/tcp": 5555
}
By default, the presence service bind on localhost:5555. When I try to connect to hassio.local:5555, it doesn’t work.
I tried to start the presence service with the -http_host_path 0.0.0.0:5555
argument. This make the service to bind to all interfaces. The forwarding works, but it returns an error 404 to my browser. Maybe an issue with the service itself because of a strict vhost definition (hassio.local!=0.0.0.0)?
Any idea?
Thanks!