-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Can access CVAT over LAN but not Internet #1095
Comments
I could not login over LAN ,can you post your configuration ? I want to have a look . |
I've done so, but I just followed the instructions in #1011 and then rebuilt everything. I deleted the volume before rebuilding just to be sure I was purging everything and I don't understand what's going on but probably not necessary. |
@LukeAI
Than config file should be:
Also you need to trigger port on a router:
And setup your firewall for these ports. |
Ok that works, thankyou very much for you help. This is surely far too complicated a setup for what must be the most common single use-case? Especially given that it is undocumented? I would never have worked this out without #1011 (comment) and your help. Would it be welcomed if I added a step by step summary to the README or Wiki? |
cool, will do so later. but maybe the edit to base.py should just be mainlined? It's an edit that is around 3 directories deep and it doesn't (??) break anything or make anything less secure? |
I am not sure why we should edit this file |
I don't know either, I just followed #1011 (comment) |
Ok, just send us a PR, we will look and test it. |
@LukeAI Can I close the issue? |
I'm not sure if I'm qualified to make this addition :/ My setup was working on Friday and has been up over the weekend continuously but today, Monday I am getting the same old "authorization failure" login error on both LAN and WAN. Tried pulling the latest from the repo and rebuilding everything and I still get the error messages but am now able to login again. |
Using this config
|
Having followed the instructions here #1011
(using local IP and default port 8080) I am able to access CVAT across the LAN. I would like to be able to access CVAT from anywhere using the public IP address and port. What config changes should I make? and how should the NAT port forward be configured?
I did try the above but with our public IP address and an 8080 port forward on the firewall but it didn't work :/
(I have successfully set this up with a previous version of CVAT but I'm a bit confused as to how it works now re. different ports, HOSTS etc.)
My working LAN config.
base.py.txt
docker-compose.override.yml.txt
react_nginx.conf.txt
The text was updated successfully, but these errors were encountered: