sct 190a8831c7 User Context (#51)
* feat(frontend): user Context / useUser hook

Adds a UserContext to wrap the app and load/cache the user when the website renders. Also adds the
useUser hook to pull in user data anywhere its needed on the site. This commit also adds redirection
to the login page for users who are not signed in

* fix(frontend): use process.env.PORT for user request on server side (defaults to 3000)

* docs(frontend): added documentation/notes for how the user context/login works
2020-09-05 13:16:26 +09:00
2020-09-03 19:20:14 +09:00
2020-09-03 19:17:15 +09:00
2020-09-05 13:16:26 +09:00
2020-09-05 13:16:26 +09:00
2020-09-03 19:17:15 +09:00
2020-08-16 04:40:38 +00:00
2020-09-03 19:17:15 +09:00
2020-09-05 13:16:26 +09:00
2020-08-16 04:40:38 +00:00
2020-09-05 13:16:26 +09:00

Overseerr

A thing for requesting things

Development

You can develop Overseer entirely in docker. Make sure you have Docker Desktop installed before continuing.

  1. Make sure you have Docker Desktop installed.
  2. Run docker-compose up -d to start the server
  3. Access the container at http://localhost:3000

That's it!

Description
Open-source media request and discovery manager for Jellyfin, Plex, and Emby.
Readme MIT 99 MiB
Languages
TypeScript 98.5%
CSS 0.5%
Pug 0.5%
JavaScript 0.3%