From 9ab2089d0195222ca231c444d17a0aef618791f2 Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:17:22 +0100 Subject: [PATCH] Update date in json (#5251) Co-authored-by: GitHub Actions --- frontend/public/json/huntarr.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/public/json/huntarr.json b/frontend/public/json/huntarr.json index 08117a0536..ea450a8152 100644 --- a/frontend/public/json/huntarr.json +++ b/frontend/public/json/huntarr.json @@ -2,9 +2,9 @@ "name": "Huntarr", "slug": "huntarr", "categories": [ - 14 + 14 ], - "date_created": "2025-05-12", + "date_created": "2025-06-18", "type": "ct", "updateable": true, "privileged": false, @@ -15,21 +15,21 @@ "logo": "https://raw.githubusercontent.com/plexguide/Huntarr.io/refs/heads/main/frontend/static/logo/Huntarr.svg", "description": "Huntarr is a tool that automates the search for missing or low-quality media content in your collection. It works seamlessly with applications like Sonarr, Radarr, Lidarr, Readarr, and Whisparr, enhancing their functionality with continuous background scans to identify and update missed or outdated content. Through a user-friendly web interface accessible on port 9705, Huntarr provides real-time statistics, log views, and extensive configuration options. The software is especially useful for users who want to keep their media library up to date by automatically searching for missing episodes or higher-quality versions. Huntarr is well-suited for self-hosted environments and can easily run in LXC containers or Docker setups.", "install_methods": [ - { - "type": "default", - "script": "ct/huntarr.sh", - "resources": { - "cpu": 2, - "ram": 1024, - "hdd": 4, - "os": "debian", - "version": "12" - } + { + "type": "default", + "script": "ct/huntarr.sh", + "resources": { + "cpu": 2, + "ram": 1024, + "hdd": 4, + "os": "debian", + "version": "12" } + } ], "default_credentials": { - "username": null, - "password": null + "username": null, + "password": null }, "notes": [] }