2025-10-30, 12:55 PM
Is there a way to disable the login screen/auto-login the "admin" user? My NextPVR server is behind my firewall and will not be exposed to a public network (and I haven't changed the default creds anyway)
|
2025-10-30, 12:55 PM
Is there a way to disable the login screen/auto-login the "admin" user? My NextPVR server is behind my firewall and will not be exposed to a public network (and I haven't changed the default creds anyway)
2025-10-30, 01:15 PM
It is not clear to me what the issue the default is not admin, it is blank and remote and local IP's are handled differently by the browser. In any case to reset it to blank clear cookies for the site https://www.thewindowsclub.com/clear-cac...ic-website and delete the password from your browser password feature.
Martin
if running in docker - I'm assuming it detects all access from actual machines on my network (10.10.0.x) as being "remote IP's" since they are on a different network than the docker internal network (172.16.x.x)?
2025-12-02, 05:32 PM
If you are not in host mode your remote machines will come in on 172.16 so the same subnet. Without logs there are no problems.
Martin
2025-12-02, 05:38 PM
Correct, I am not using host mode (I have multiple containers running on a single system so using host mode is really not ideal). I am not suggesting there is a problem, just verifying that this is indeed working as designed.
Would be great if there was a config setting that could be added to simply override and disable the need to log in - since running dockerized (and not in host mode) forces the app into thinking everything is coming from a remote IP.
2025-12-02, 06:07 PM
You are making two incorrect assumptions
- if you tick the save login option it is cookie based and there is no need to login remote or not. Perhaps you clear your cookies. - On docker the server and clients will be running on the same network so it isn't remote. Martin |
|
|