matkam11 / plex-visualizer

A cool tool to visualize your plex data from plexpy
GNU General Public License v3.0
30 stars 2 forks source link

Creating Login #5

Open derekbcaldwell opened 7 years ago

derekbcaldwell commented 7 years ago

How do you create a username and password?

wcomartin commented 7 years ago

You can run a reverse proxy using nginx and add http auth to it. I dont suggest having a python service like this available to the public without a reverse proxy anyway.

Reverse Proxy https://www.nginx.com/resources/admin-guide/reverse-proxy/

Http Auth https://www.digitalocean.com/community/tutorials/how-to-set-up-http-authentication-with-nginx-on-ubuntu-12-10