An app to see what movies your friends want to watch that you have on your Plex server.
Built with Deno, ReScript, Fresh, and deployed on Deno Deploy.
This requires some tech knowledge to do and I expect you can find the relevent documentation, but here are the basic steps.
Fork this repository and set up a free acount on Deno deploy and setup the repo as a project.
The free tier will be more than enough for this app unless you have hundreds of people using it.
Add these environment variables:
PASSWORD= the password users will enter when getting to the app
TOKEN= generate something random and complex, this is used as the auth cookie to check against the server. You might want to rotate this. Hopefully I get a real auth setup soon :)
PLEX_TOKEN= https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/
PLEX_SERVER= url to your plex server. It needs to be accessible outside of your network. I have cloudflare using a domain to point to my server.
NAMES= the names of the people using this app, for example: Josh,Logan,Bob