mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-15 12:19:17 +00:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "Homepage",
|
|
"slug": "homepage",
|
|
"categories": [
|
|
"Dashboards"
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "ct",
|
|
"updateable": 1,
|
|
"privileged": 0,
|
|
"interface_port": "3000",
|
|
"documentation": "https://gethomepage.dev/latest/configs/",
|
|
"website": "https://github.com/benphelps/homepage",
|
|
"logo": "https://avatars.githubusercontent.com/u/122929872?v=4",
|
|
"description": "Homepage is a self-hosted dashboard solution for centralizing and organizing data and information.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/homepage.sh",
|
|
"resources": {
|
|
"cpu": "2",
|
|
"ram": "1024",
|
|
"hdd": "3",
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "",
|
|
"password": ""
|
|
},
|
|
"alerts": [
|
|
{
|
|
"alert": "Configuration (bookmarks.yaml, services.yaml, widgets.yaml) path: `/opt/homepage/config/`"
|
|
}
|
|
]
|
|
} |