-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network issues. #429
Comments
Hello, the task queue iframe bug has been fixed - please clone the latest version of the repository and check whether it works. Regarding limitting access, I would recommend using the cloud provider security settings, as making Docker work with ufw is non-trivial. |
I am no docker expert, but I managed to do it like this:
This way port 5000 won't be exposed. Also something that gave me a lot of headaches (off topic but I feel like I should tell the world :P)
Then if you run ./scripts/start again, everything will work just fine. |
Since docker forces exposure of port 5000 to all network interfaces, what is the suggested way to limit this access to specific allowed IP's?
As there is no authentication on the software, running this software in a VPS exposes it (and it's results/capabilities) to the internet.
I tried using UFW to set firewall rules, but that does not work.
I am also unable to access the 'Task queue' at externalIP:5000/queue as the iFrame included is for 127.0.0.1.
Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: