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

45 lines
1.4 KiB
JSON

{
"name": "BunkerM",
"slug": "bunkerm",
"categories": [
18
],
"date_created": "2026-05-12",
"type": "ct",
"updateable": true,
"privileged": false,
"has_arm": false,
"interface_port": 2000,
"documentation": "https://bunkerai.dev/docs",
"website": "https://bunkerai.dev/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/bunkerm.webp",
"description": "All-in-one self-hosted MQTT broker management platform bundling Eclipse Mosquitto with a full-featured web dashboard, smart anomaly detection, local automation agents, and optional AI assistant.",
"install_methods": [
{
"type": "default",
"script": "ct/bunkerm.sh",
"config_path": "/etc/bunkerm/bunkerm.env",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "MQTT broker is available on port 1900. Default MQTT credentials are username 'bunker' / password 'bunker' — change them after first login.",
"type": "warning"
},
{
"text": "Create your admin account on first visit to the web UI at port 2000.",
"type": "info"
}
]
}