From d12215dea8d833281115d9d7f9059cfa38b68e2a Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:03:40 +0000 Subject: [PATCH] Update date in json (#9977) Co-authored-by: GitHub Actions --- frontend/public/json/koel.json | 90 +++++++++++++++++----------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/frontend/public/json/koel.json b/frontend/public/json/koel.json index 62530a2845..b5aab6bf0f 100644 --- a/frontend/public/json/koel.json +++ b/frontend/public/json/koel.json @@ -1,48 +1,48 @@ { - "name": "Koel", - "slug": "koel", - "categories": [ - 13 - ], - "date_created": "2025-12-10", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 80, - "documentation": "https://docs.koel.dev/", - "config_path": "/opt/koel/.env", - "website": "https://koel.dev/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/koel-light.webp", - "description": "Koel is a simple web-based personal audio streaming service written in Vue and Laravel. It supports multiple users, audio visualization, smart playlists, YouTube integration, and Last.fm scrobbling.", - "install_methods": [ - { - "type": "default", - "script": "ct/koel.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 8, - "os": "Debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": "admin@koel.dev", - "password": "KoelIsCool" + "name": "Koel", + "slug": "koel", + "categories": [ + 13 + ], + "date_created": "2025-12-15", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 80, + "documentation": "https://docs.koel.dev/", + "config_path": "/opt/koel/.env", + "website": "https://koel.dev/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/koel-light.webp", + "description": "Koel is a simple web-based personal audio streaming service written in Vue and Laravel. It supports multiple users, audio visualization, smart playlists, YouTube integration, and Last.fm scrobbling.", + "install_methods": [ + { + "type": "default", + "script": "ct/koel.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 8, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": "admin@koel.dev", + "password": "KoelIsCool" + }, + "notes": [ + { + "text": "Media files should be placed in /opt/koel_media", + "type": "info" }, - "notes": [ - { - "text": "Media files should be placed in /opt/koel_media", - "type": "info" - }, - { - "text": "Database credentials are stored in ~/koel.creds", - "type": "info" - }, - { - "text": "Music library is scanned hourly via cron job", - "type": "info" - } - ] + { + "text": "Database credentials are stored in ~/koel.creds", + "type": "info" + }, + { + "text": "Music library is scanned hourly via cron job", + "type": "info" + } + ] }