-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
[FEAT] Login Page #119
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
This container runs on http port 80 and 3000 without ssl intentionally, for outside world access to any of your apps always use a reverse proxy I recommend SWAG https://github.com/linuxserver/docker-swag |
I wanted to do the same thing to protect my public facing site...as I've read that security is not tested on this thing as it is intended to be use on a LAN (fair enough). SOOoooo.....I want to share it only with my friends. Using NGINX I created a basic auth for this purpose and it works fine:
Hope this helps! |
Also to note - this is a dupe of #114 |
Linking note #114 (comment) |
I have decided against this, anyone with a home server should be putting this behind a reverse proxy of some kind. I am not security focused and any authentication layer added would be to keep the kids out not the internet. When people land on apps and have root level access they understand that they cannot expose them to the internet. When you add auth you are indirectly saying I have secured this application even if not communicating that directly. |
Is this a new feature request?
Wanted change
A login page with some kind of basic authentication would be great for this, as that would allow it to be exposed to the internet w/o having to deal with copyright issues. I know there are ways to do it via other apps, but it seems like a rather complicated setup for one item.
Reason for change
Privacy, plus you can make it so it auto sets the user profile with their saves.
Proposed code change
No response
The text was updated successfully, but these errors were encountered: