How do you Block Access via the IP Address? #7519
Unanswered
MickMorley
asked this question in
General
Replies: 1 comment 3 replies
-
If you make Docker expose the port on localhost only, that should work. Something like Alternatively, you could block 8443 at the firewall level. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have code-server deployed via Docker and have Authelia to authenticate users. All of this is internal to my network and not exposed to the internet. I want Authelia to only authenticate users and remove the code-server $PASSWORD.
The problem is, access is still achieved without authentication by navigating to "http://IP:8443/login".
I'd like to block access when navigating to "http://IP:8443/login" and force the use of https://code.example.com. Is there any way to do this?
Beta Was this translation helpful? Give feedback.
All reactions