Evebox server change url

I am using evebox for viewing eve.json files in a webpage However I wanted to change the evebox server url by default it is (http://127.0.0.1:5636) so that i can access it from anywhere on my network.I looked up evereywhere but couldnot find anything .Is there a way to do it?

evebox server --host 0.0.0.0

Should do it. I see it’s not in the documentation, but evebox server --help will show this option and others.