joyBox
joyBox copied to clipboard
Login screen?
Hello,
Since the script exposes ports from the server to the internet, have some plans to apply some login screen?
I'd suggest Authelia + Traefik or Nginx or some reverse proxy, especially if on docker. Or just don't forward the ports.
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.