From 4d32bed9da5ad71d8bb5709c72b48c854e62c42d Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Sat, 18 Jan 2025 01:00:00 +1000 Subject: [PATCH] Add add-beszel-agent-lxc.json --- json/add-beszel-agent-lxc.json | 35 ++++++++++++++++++++++++++++++++++ json/beszel-hub.json | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 json/add-beszel-agent-lxc.json diff --git a/json/add-beszel-agent-lxc.json b/json/add-beszel-agent-lxc.json new file mode 100644 index 000000000..a9384e05d --- /dev/null +++ b/json/add-beszel-agent-lxc.json @@ -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": "✅" +} \ No newline at end of file diff --git a/json/beszel-hub.json b/json/beszel-hub.json index 4a171448e..c6d8e1b14 100644 --- a/json/beszel-hub.json +++ b/json/beszel-hub.json @@ -9,7 +9,7 @@ "updateable": true, "privileged": false, "interface_port": 8090, - "documentation": null, + "documentation": "https://beszel.dev/guide/getting-started", "website": "https://beszel.dev", "logo": "https://beszel.dev/icon.svg", "description": "Beszel is a lightweight server monitoring platform that includes Docker statistics, historical data, and alert functions.",