mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-06 07:49:17 +00:00
Homepage (app) documentation link was broken. I also suggest changing the website to the main homepage website instead of the github repo (which is linked from the true main page)
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "Homepage",
|
|
"slug": "homepage",
|
|
"categories": [
|
|
15
|
|
],
|
|
"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": 1024,
|
|
"hdd": 3,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Configuration (bookmarks.yaml, services.yaml, widgets.yaml) path: `/opt/homepage/config/`",
|
|
"type": "warning"
|
|
}
|
|
]
|
|
}
|