Merge pull request #144 from meienberger/app/overseerr

add: app overseerr
This commit is contained in:
Nicolas Meienberger 2022-07-26 20:24:48 +02:00 committed by GitHub
commit d28fd2bc59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 42 additions and 0 deletions

View file

@ -38,6 +38,7 @@ Check our demo instance : **95.179.210.152** / username: **user@runtipi.com** /
- [Nextcloud](https://github.com/nextcloud/server) - A safe home for all your data
- [Nitter](https://github.com/zedeus/nitter) - Alternative Twitter front-end
- [Node-RED](https://github.com/node-red/node-red) - Low-code programming for event-driven applications
- [Overseerr](https://github.com/sct/overseerr) - Request management and media discovery tool for the Plex ecosystem
- [Photoprism](https://github.com/photoprism/photoprism) - AI-Powered Photos App for the Decentralized Web. We are on a mission to protect your freedom and privacy.
- [Pihole](https://github.com/pi-hole/pi-hole) - A black hole for Internet advertisements
- [Plex](https://github.com/plexinc/pms-docker) - Stream Movies & TV Shows

View file

@ -0,0 +1,13 @@
{
"name": "Overseerr",
"available": true,
"port": 8118,
"id": "overseerr",
"categories": ["media", "utilities"],
"description": "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!",
"short_desc": "Request management and media discovery tool for the Plex ecosystem",
"author": "sct",
"source": "https://github.com/sct/overseerr",
"image": "/logos/apps/overseerr.jpg",
"form_fields": []
}

View file

@ -0,0 +1,14 @@
version: "3"
services:
overseerr:
container_name: overseerr
image: sctx/overseerr:latest
environment:
- TZ=${TZ}
volumes:
- ${APP_DATA_DIR}/data/config:/app/config
ports:
- ${APP_PORT}:5055
restart: unless-stopped
networks:
- tipi_main_network

View file

@ -0,0 +1,14 @@
**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](https://sonarr.tv/)**, **[Radarr](https://radarr.video/)**, and **[Plex](https://www.plex.tv/)**!
## Current Features
- Full Plex integration. Authenticate and manage user access with Plex!
- Easy integration with your existing services. Currently, Overseerr supports Sonarr and Radarr. More to come!
- Plex library scan, to keep track of the titles which are already available.
- Customizable request system, which allows users to request individual seasons or movies in a friendly, easy-to-use interface.
- Incredibly simple request management UI. Don't dig through the app to simply approve recent requests!
- Granular permission system.
- Support for various notification agents.
- Mobile-friendly design, for when you need to approve requests on the go!
With more features on the way! Check out our [issue tracker](https://github.com/sct/overseerr/issues) to see the features which have already been requested.

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB