13 lines
421 B
JSON
13 lines
421 B
JSON
{
|
|
"id": "lab",
|
|
"name": "Lab",
|
|
"description": "Extended monitoring and DPI for test environments.",
|
|
"network_mode": "router",
|
|
"apps": [],
|
|
"packages": ["luci-app-netifyd-dashboard", "luci-app-netdata-dashboard"],
|
|
"uci": [
|
|
{ "config": "secubox", "section": "netifyd", "option": "enabled", "value": "1" },
|
|
{ "config": "secubox", "section": "bandwidth_manager", "option": "enabled", "value": "1" }
|
|
]
|
|
}
|