ProxmoxVE/json/homepage.json
Chris 0b014d25be
Homepage: Bugfix for v1.0.0 (#3092)
* (for revert)modify func files

* KSS
2025-03-15 09:06:20 +01:00

44 lines
1.2 KiB
JSON

{
"name": "Homepage",
"slug": "homepage",
"categories": [
10
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://gethomepage.dev/configs/",
"website": "https://gethomepage.dev",
"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": 4096,
"hdd": 6,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Configuration (bookmarks.yaml, services.yaml, widgets.yaml) path: `/opt/homepage/config/`",
"type": "info"
},
{
"text": "Add additional allowed hosts to `/opt/homepage/.env`",
"type": "info"
}
]
}