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.",