mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
190a8831c7201ac39b0980e1cc1cee91456ded94
* 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
Overseerr
A thing for requesting things
Development
You can develop Overseer entirely in docker. Make sure you have Docker Desktop installed before continuing.
- Make sure you have Docker Desktop installed.
- Run
docker-compose up -dto start the server - Access the container at http://localhost:3000
That's it!
Languages
TypeScript
98.5%
CSS
0.5%
Pug
0.5%
JavaScript
0.3%