-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbeszel-hub.json
35 lines (35 loc) · 907 Bytes
/
beszel-hub.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "Beszel Hub",
"slug": "beszel-hub",
"categories": [
8
],
"date_created": "2025-01-18",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8090,
"documentation": null,
"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.",
"install_methods": [
{
"type": "default",
"script": "ct/beszel-hub.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [],
"status": "✅"
}