fix json
This commit is contained in:
parent
7e8f396b99
commit
162886ab33
@ -1,48 +1,35 @@
|
|||||||
{
|
{
|
||||||
"name": "Yubal",
|
"name": "Yubal",
|
||||||
"slug": "yubal",
|
"slug": "yubal",
|
||||||
"categories": [
|
"categories": [
|
||||||
13
|
13
|
||||||
],
|
],
|
||||||
"date_created": "2026-01-05",
|
"date_created": "2026-01-05",
|
||||||
"type": "ct",
|
"type": "ct",
|
||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"interface_port": 8000,
|
"interface_port": 8000,
|
||||||
"documentation": "https://github.com/guillevc/yubal/blob/master/README.md",
|
"documentation": "https://github.com/guillevc/yubal/blob/master/README.md",
|
||||||
"website": "https://github.com/guillevc/yubal",
|
"website": "https://github.com/guillevc/yubal",
|
||||||
"config_path": "/opt/yubal.env",
|
"config_path": "/opt/yubal.env",
|
||||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/yubal.webp",
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/yubal.webp",
|
||||||
"description": "Yubal is a self-hosted music management application that helps you organize, tag, and stream your music collection. Features music library organization with Beets, YouTube music downloads, and a modern web interface.",
|
"description": "YouTube Music album downloader with Spotify metadata auto-tagging.",
|
||||||
"install_methods": [
|
"install_methods": [
|
||||||
{
|
{
|
||||||
"type": "default",
|
"type": "default",
|
||||||
"script": "ct/yubal.sh",
|
"script": "ct/yubal.sh",
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": 2,
|
"cpu": 2,
|
||||||
"ram": 2048,
|
"ram": 2048,
|
||||||
"hdd": 15,
|
"hdd": 15,
|
||||||
"os": "debian",
|
"os": "debian",
|
||||||
"version": "13"
|
"version": "13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default_credentials": {
|
"default_credentials": {
|
||||||
"username": null,
|
"username": null,
|
||||||
"password": null
|
"password": null
|
||||||
},
|
},
|
||||||
"notes": [
|
"notes": []
|
||||||
{
|
|
||||||
"text": "First visit will prompt you to set up your music library",
|
|
||||||
"type": "info"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "Music files should be stored in /opt/yubal/data",
|
|
||||||
"type": "info"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "Configuration can be modified in /opt/yubal.env",
|
|
||||||
"type": "info"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user