laverdet / screeps-steamless-client

56 stars 19 forks source link

Allow changing host #3

Closed Jomik closed 2 years ago

Jomik commented 2 years ago

Currently we bind to localhost, so that makes this page only accessible from the localhost instance. This makes it so that we cannot run the client in a docker container, without having the container join the host network, which may not be what we want. I would like to set host to 0.0.0.0 personally.