Files
ProxmoxVEDHelperScripts/json/nezha.json
2026-05-23 00:09:32 +10:00

46 lines
1.3 KiB
JSON

{
"name": "Nezha",
"slug": "nezha",
"categories": [
9
],
"date_created": "2026-04-25",
"type": "ct",
"updateable": true,
"privileged": false,
"has_arm": false,
"interface_port": 8008,
"documentation": "https://nezha.wiki/en_US/guide/dashboard.html",
"website": "https://nezha.wiki/en_US/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nezha.webp",
"config_path": "/opt/nezha/data/config.yaml",
"description": "Nezha is a lightweight server and website monitoring dashboard with real-time status, alerts, and remote operation features.",
"install_methods": [
{
"type": "default",
"script": "ct/nezha.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"notes": [
{
"text": "Change the default admin password immediately after first login.",
"type": "warning"
},
{
"text": "Dashboard is exposed on port 8008 by default.",
"type": "info"
}
]
}