Hi
This project looks very cool, but I am having some problems with the setup.
I am running this in a container (my own), and I can't get the server to show up. From inside the container I can see the server running - ps shows xcessiv running and curl localhost:1994 gives me some HTML from xcessiv. From outside the container, however, there's nothing.
I suppose that's down to the server.py file which I have now changed to this:
Hi This project looks very cool, but I am having some problems with the setup. I am running this in a container (my own), and I can't get the server to show up. From inside the container I can see the server running -
ps
shows xcessiv running andcurl localhost:1994
gives me some HTML from xcessiv. From outside the container, however, there's nothing.I suppose that's down to the server.py file which I have now changed to this:
I have changed the WSGIServer setup to be open to outside connection (I suppose that's what I changed), but it's still not showing up.
Feedback appreciated. I'd like to try this out. Thanks!