seerr (Jellyseerr) + OIDC PR #2715
Find a file
sct c702c17cee
feat(api): tmdb api wrapper / multi search route (#62)
Adds a "The Movie DB" api wrapper for some basic requests (search/get movie details/get tv details).
Also adds a search endpoint to our api and mappers to convert the tmdb results
2020-09-08 19:05:55 +09:00
.github Create Dependabot config file (#12) 2020-08-25 14:12:24 +09:00
.vscode Permission System (#47) 2020-09-03 19:20:14 +09:00
config Settings System (#46) 2020-09-03 19:17:15 +09:00
public Initial commit from Create Next App 2020-08-15 07:41:44 +00:00
server feat(api): tmdb api wrapper / multi search route (#62) 2020-09-08 19:05:55 +09:00
src feat(api): public settings route (#57) 2020-09-07 18:41:20 +09:00
.dockerignore build(docker): added Dockerfiles for local/prod (prod untested) 2020-08-22 10:24:37 +00:00
.editorconfig feat(.editorconfig): add .editorconfig 2020-08-17 02:13:14 +00:00
.eslintrc.js fix: fixed an issue with eslint-prettier on windows (#32) 2020-08-28 10:40:29 +09:00
.gitignore Settings System (#46) 2020-09-03 19:17:15 +09:00
docker-compose.yml build(docker): added Dockerfiles for local/prod (prod untested) 2020-08-22 10:24:37 +00:00
Dockerfile build(docker): added Dockerfiles for local/prod (prod untested) 2020-08-22 10:24:37 +00:00
Dockerfile.local build(docker): added Dockerfiles for local/prod (prod untested) 2020-08-22 10:24:37 +00:00
next-env.d.ts Add tailwindcss 2020-08-16 04:40:38 +00:00
ormconfig.js Settings System (#46) 2020-09-03 19:17:15 +09:00
package.json build(deps): bump express-openapi-validator from 3.16.11 to 3.16.15 (#59) 2020-09-08 13:00:17 +09:00
postcss.config.js chore: fixed some prettier formatting errors in postcss.config.js 2020-08-17 02:01:15 +00:00
README.md build(docker): added Dockerfiles for local/prod (prod untested) 2020-08-22 10:24:37 +00:00
stylelint.config.js Add tailwindcss 2020-08-16 04:40:38 +00:00
tailwind.config.js fix: fixes next.js build to not include server files 2020-08-23 06:34:38 +00:00
tsconfig.json fix: fixes next.js build to not include server files 2020-08-23 06:34:38 +00:00
yarn.lock build(deps): bump express-openapi-validator from 3.16.11 to 3.16.15 (#59) 2020-09-08 13:00:17 +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!