Files
ProxmoxVEDHelperScripts/json/openthread-br.json

44 lines
1.6 KiB
JSON

{
"name": "OpenThread Border Router",
"slug": "openthread-br",
"categories": [
17
],
"date_created": "2026-03-30",
"type": "ct",
"updateable": true,
"privileged": true,
"interface_port": 80,
"documentation": "https://openthread.io/guides/border-router",
"website": "https://openthread.io/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openthread.webp",
"config_path": "/etc/default/otbr-agent",
"description": "OpenThread Border Router (OTBR) connects a Thread network to other IP-based networks such as Wi-Fi or Ethernet, providing bidirectional connectivity, mDNS/SRP service discovery, NAT64, and external Thread commissioning.",
"install_methods": [
{
"type": "default",
"script": "ct/openthread-br.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Requires a Thread Radio Co-Processor (RCP) device. USB: pass through to LXC (e.g. /dev/ttyACM0). TCP: use `spinel+hdlc+uart://IP:PORT` format.",
"type": "warning"
},
{
"text": "Services are enabled but not started at install. Configure `/etc/default/otbr-agent` with your RCP device, then run: `systemctl start otbr-agent && systemctl start otbr-web`",
"type": "info"
}
]
}