ProxmoxVE/json/dashy.json

34 lines
918 B
JSON
Raw Normal View History

2025-01-17 14:58:51 +00:00
{
"name": "Dashy",
"slug": "dashy",
2025-01-17 15:14:56 +00:00
"categories": [10],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 4000,
"documentation": null,
"website": "https://dashy.to/",
"logo": "https://github.com/Lissy93/dashy/raw/master/public/web-icons/dashy-logo.png",
"description": "Dashy is a solution that helps you organize your self-hosted services by centralizing access to them through a single interface.",
"install_methods": [
{
"type": "default",
"script": "ct/dashy.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 6,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
2025-01-17 14:58:51 +00:00
}
2025-01-17 15:14:56 +00:00