Merge pull request #144 from meienberger/app/overseerr
add: app overseerr
This commit is contained in:
commit
d28fd2bc59
5 changed files with 42 additions and 0 deletions
|
@ -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
|
||||
|
|
13
apps/overseerr/config.json
Normal file
13
apps/overseerr/config.json
Normal 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": []
|
||||
}
|
14
apps/overseerr/docker-compose.yml
Normal file
14
apps/overseerr/docker-compose.yml
Normal 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
|
14
apps/overseerr/metadata/description.md
Normal file
14
apps/overseerr/metadata/description.md
Normal 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.
|
BIN
packages/dashboard/public/logos/apps/overseerr.jpg
Normal file
BIN
packages/dashboard/public/logos/apps/overseerr.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Loading…
Add table
Reference in a new issue