From 7398ffd9f43c58aeb1a5cde9f749720b23e316e3 Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:14:37 +0000 Subject: [PATCH] Update date in json (#12348) Co-authored-by: GitHub Actions --- frontend/public/json/kima-hub.json | 90 +++++++++++++++--------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/frontend/public/json/kima-hub.json b/frontend/public/json/kima-hub.json index e25a67402..c5cec4084 100644 --- a/frontend/public/json/kima-hub.json +++ b/frontend/public/json/kima-hub.json @@ -1,48 +1,48 @@ { - "name": "Kima-Hub", - "slug": "kima-hub", - "categories": [ - 13 - ], - "date_created": "2026-02-25", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 3030, - "documentation": "https://github.com/Chevron7Locked/kima-hub#readme", - "website": "https://github.com/Chevron7Locked/kima-hub", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kima-hub.webp", - "config_path": "/opt/kima-hub/backend/.env", - "description": "Self-hosted, on-demand audio streaming platform with AI-powered vibe matching, mood detection, smart playlists, and Lidarr/Audiobookshelf integration.", - "install_methods": [ - { - "type": "default", - "script": "ct/kima-hub.sh", - "resources": { - "cpu": 4, - "ram": 8192, - "hdd": 20, - "os": "Debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": null, - "password": null + "name": "Kima-Hub", + "slug": "kima-hub", + "categories": [ + 13 + ], + "date_created": "2026-02-26", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 3030, + "documentation": "https://github.com/Chevron7Locked/kima-hub#readme", + "website": "https://github.com/Chevron7Locked/kima-hub", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kima-hub.webp", + "config_path": "/opt/kima-hub/backend/.env", + "description": "Self-hosted, on-demand audio streaming platform with AI-powered vibe matching, mood detection, smart playlists, and Lidarr/Audiobookshelf integration.", + "install_methods": [ + { + "type": "default", + "script": "ct/kima-hub.sh", + "resources": { + "cpu": 4, + "ram": 8192, + "hdd": 20, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "First user to register becomes the administrator.", + "type": "info" }, - "notes": [ - { - "text": "First user to register becomes the administrator.", - "type": "info" - }, - { - "text": "Mount your music library to /music in the container.", - "type": "warning" - }, - { - "text": "Audio analysis (mood/vibe detection) requires significant RAM (2-4GB per worker).", - "type": "info" - } - ] + { + "text": "Mount your music library to /music in the container.", + "type": "warning" + }, + { + "text": "Audio analysis (mood/vibe detection) requires significant RAM (2-4GB per worker).", + "type": "info" + } + ] }