瀏覽代碼

Merge pull request #144 from meienberger/app/overseerr

add: app overseerr
Nicolas Meienberger 3 年之前
父節點
當前提交
d28fd2bc59

+ 1 - 0
README.md

@@ -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 - 0
apps/overseerr/config.json

@@ -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 - 0
apps/overseerr/docker-compose.yml

@@ -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 - 0
apps/overseerr/metadata/description.md

@@ -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.

二進制
packages/dashboard/public/logos/apps/overseerr.jpg