Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex!
Check out our documentation for instructions on how to install and run Overseerr:
https://docs.overseerr.dev/getting-started/installation
Currently, Overseerr is primarily distributed as Docker images. If you have Docker, you can run Overseerr with:
docker run -d \
-e LOG_LEVEL=info \
-e TZ=Asia/Tokyo \
-p 5055:5055 \
-v /path/to/appdata/config:/app/config \
--restart unless-stopped \
sctx/overseerr
After running Overseerr for the first time, configure it by visiting the web UI at http://[address]:5055 and completing the setup steps.
⚠️ Overseerr is currently under very heavy, rapid development and things are likely to break often. We need all the help we can get to find bugs and get them fixed to hit a more stable release. If you would like to help test the bleeding edge, please use the sctx/overseerr:develop image instead! ⚠️
Our documentation is built on every commit and hosted at https://api-docs.overseerr.dev
Also, you can access the API docs by running Overseerr locally and visiting http://localhost:5055/api-docs
You can ask questions, share ideas, and more in GitHub Discussions.
If you would like to chat with community members you can join the Overseerr Discord.
Our Code of Conduct applies to all Overseerr community channels.
You can help build Overseerr too! Check out our Contribution Guide to get started.
Thanks goes to these wonderful people (emoji key):
Content type
Image
Digest
Size
130.8 MB
Last updated
over 5 years ago
docker pull trendykendy/overseerr