diff --git a/apps/overseerr/config.json b/apps/overseerr/config.json index 3882a766..792cb892 100644 --- a/apps/overseerr/config.json +++ b/apps/overseerr/config.json @@ -1,15 +1,18 @@ -{ - "$schema": "../schema.json", - "name": "Overseerr", - "available": true, - "port": 8116, - "id": "overseerr", - "tipi_version": 1, - "version": "1.29.0", - "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", - "form_fields": [] -} +{ + "$schema": "../schema.json", + "name": "Overseerr", + "available": true, + "port": 8116, + "id": "overseerr", + "tipi_version": 2, + "version": "1.30.1", + "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", + "form_fields": [] +}