mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-03 16:15:54 +00:00
* Add kima-hub (ct) * Change default disk size to 20 Updated the disk size default from 24 to 20. * Modify date_created and hdd size in kima-hub.json Updated the creation date and HDD size for kima-hub. * remove: ai * Update kima-hub.sh * Update kima-hub-install.sh --------- Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com> Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com> Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"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
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|