linuxserver / docker-emulatorjs

Web based retro emulation frontend with rom scanning and automated art ingestion.
GNU General Public License v3.0
509 stars 51 forks source link

Login Page #37

Closed colany1 closed 1 year ago

colany1 commented 1 year ago

Would it be possible to add a login page before accessing the app? So internet access would be safer and more "discreet" . I think it would be great ! Many Thanks

mathi54 commented 1 year ago

Hello, I would add to this that when you connect to the page via a login, game saves remain on the server, so everyone can access their saves wherever they connect

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Kevin0M16 commented 1 year ago

I would also like this as well. I've settled for a work around using nginx authentication but it doesn't work on all browsers.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Dylan-Bs commented 1 year ago

You can use a reverse proxy like Traefik, and a authentication server like authelia ;)

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

drizuid commented 1 year ago

Our recommendation is to use swag in front of this. You can then use authelia, authentik, basic auth, or w/e from there. We have no plans to add authentication directly to emulatorjs.

c010rb1indusa commented 1 year ago

Our recommendation is to use swag in front of this. You can then use authelia, authentik, basic auth, or w/e from there. We have no plans to add authentication directly to emulatorjs.

This request goes beyond outside authentication. I believe people want to use this with multiple users so they can have their own saves/settings w/o sharing the same data/configs/controls etc. I can't do that with Swag etc. Correct me if I'm mistaken.