mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-12-16 04:03:33 +01:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
},
|
|
{
|
|
"text": "Database credentials are stored in ~/koel.creds",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Music library is scanned hourly via cron job",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|