mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-04-23 10:05:13 +00:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "slskd",
|
|
"slug": "slskd",
|
|
"categories": [
|
|
11
|
|
],
|
|
"date_created": "2025-03-31",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 5030,
|
|
"documentation": "https://github.com/slskd/slskd/tree/master/docs",
|
|
"website": "https://github.com/slskd/slskd",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/png/slskd.png",
|
|
"description": "A modern client-server application for the Soulseek file sharing network. ",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/slskd.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 512,
|
|
"hdd": 4,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "slskd",
|
|
"password": "slskd"
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "See /opt/slskd/config/slskd.yml to add your Soulseek credentials",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "This LXC includes Soularr; it needs to be configured (/opt/soularr/config.ini) before it will work",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|