forked from forkanization/Proxmox-arm64
Add add-beszel-agent-lxc.json
This commit is contained in:
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"name": "Beszel Agent",
|
||||||
|
"slug": "add-beszel-agent-lxc",
|
||||||
|
"categories": [
|
||||||
|
11
|
||||||
|
],
|
||||||
|
"date_created": "2025-01-18",
|
||||||
|
"type": "misc",
|
||||||
|
"updateable": false,
|
||||||
|
"privileged": false,
|
||||||
|
"interface_port": null,
|
||||||
|
"documentation": "https://beszel.dev/guide/getting-started",
|
||||||
|
"website": "https://beszel.dev",
|
||||||
|
"logo": "https://beszel.dev/icon.svg",
|
||||||
|
"description": "Monitor for Beszel, the lightweight server monitoring platform that includes Docker statistics, historical data, and alert functions.",
|
||||||
|
"install_methods": [
|
||||||
|
{
|
||||||
|
"type": "default",
|
||||||
|
"script": "misc/add-bezsel-agent-lxc.sh",
|
||||||
|
"resources": {
|
||||||
|
"cpu": null,
|
||||||
|
"ram": null,
|
||||||
|
"hdd": null,
|
||||||
|
"os": null,
|
||||||
|
"version": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"default_credentials": {
|
||||||
|
"username": null,
|
||||||
|
"password": null
|
||||||
|
},
|
||||||
|
"notes": [],
|
||||||
|
"status": "✅"
|
||||||
|
}
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"interface_port": 8090,
|
"interface_port": 8090,
|
||||||
"documentation": null,
|
"documentation": "https://beszel.dev/guide/getting-started",
|
||||||
"website": "https://beszel.dev",
|
"website": "https://beszel.dev",
|
||||||
"logo": "https://beszel.dev/icon.svg",
|
"logo": "https://beszel.dev/icon.svg",
|
||||||
"description": "Beszel is a lightweight server monitoring platform that includes Docker statistics, historical data, and alert functions.",
|
"description": "Beszel is a lightweight server monitoring platform that includes Docker statistics, historical data, and alert functions.",
|
||||||
|
|||||||
Reference in New Issue
Block a user