Serving on other than localhost

Hi!

I’d like to run the annotation UI on our local server and access it without ssh tunneling. For this it would be nice if I can set the serving ip other than “localhost” (e.g “0.0.0.0”). I could not find nor a "host" nor an "ip" option in the readme, but luckily this just worked fine: {"host": "0.0.0.0"} I’d suggest to document this in the readme. :slight_smile:

/Gyuri

Thanks! This was actually just added in the latest release (v0.1.3) – the host setting should be included in the latest update of the documentation and on the site.

1 Like