Skip to content
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

Login screen? #39

Open
porndatahouse opened this issue Sep 25, 2021 · 2 comments
Open

Login screen? #39

porndatahouse opened this issue Sep 25, 2021 · 2 comments

Comments

@porndatahouse
Copy link

Hello,

Since the script exposes ports from the server to the internet, have some plans to apply some login screen?

@FinalDoom
Copy link

I'd suggest Authelia + Traefik or Nginx or some reverse proxy, especially if on docker. Or just don't forward the ports.

@judgegc
Copy link
Contributor

judgegc commented Oct 8, 2021

Some authentication support is already there, but it required ssl (implemented via service worker that can be delivered to browser only via https). To activate just pass -e default-access=NO_ACCESS -e passphrase=12345 with docker run

Even with active authentication, I do not recommend expose it to internet due poor api validation & no rate limit, its easy target for DoS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants