1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 18:51:51 +00:00
ProxmoxVE/json/homarr.json

35 lines
914 B
JSON
Raw Normal View History

{
"name": "Homarr",
"slug": "homarr",
"categories": [
2025-01-20 13:38:32 +01:00
10
],
2025-01-28 16:36:23 +01:00
"date_created": "2025-01-28",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": null,
"website": "https://homarr.dev/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/homarr.svg",
"description": "Homarr is a sleek, modern dashboard that puts all of your apps and services at your fingertips.",
"install_methods": [
{
"type": "default",
"script": "ct/homarr.sh",
"resources": {
"cpu": 2,
2025-01-28 21:13:39 +01:00
"ram": 4096,
"hdd": 8,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}