Update date in json (#9977)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot] 2025-12-15 12:03:40 +00:00 committed by GitHub
parent f258ab7ae5
commit d12215dea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,48 +1,48 @@
{ {
"name": "Koel", "name": "Koel",
"slug": "koel", "slug": "koel",
"categories": [ "categories": [
13 13
], ],
"date_created": "2025-12-10", "date_created": "2025-12-15",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 80, "interface_port": 80,
"documentation": "https://docs.koel.dev/", "documentation": "https://docs.koel.dev/",
"config_path": "/opt/koel/.env", "config_path": "/opt/koel/.env",
"website": "https://koel.dev/", "website": "https://koel.dev/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/koel-light.webp", "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.", "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": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/koel.sh", "script": "ct/koel.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 8, "hdd": 8,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "admin@koel.dev", "username": "admin@koel.dev",
"password": "KoelIsCool" "password": "KoelIsCool"
},
"notes": [
{
"text": "Media files should be placed in /opt/koel_media",
"type": "info"
}, },
"notes": [ {
{ "text": "Database credentials are stored in ~/koel.creds",
"text": "Media files should be placed in /opt/koel_media", "type": "info"
"type": "info" },
}, {
{ "text": "Music library is scanned hourly via cron job",
"text": "Database credentials are stored in ~/koel.creds", "type": "info"
"type": "info" }
}, ]
{
"text": "Music library is scanned hourly via cron job",
"type": "info"
}
]
} }