diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 7c065cef..3f8ea9f4 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -11343,6 +11343,40 @@ }, "os": "debian" }, + { + "name": "OpenThread Border Router", + "slug": "openthread-br", + "desc": "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.", + "script": "ct/openthread-br.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openthread-br.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/openthread-br.sh", + "type": "lxc", + "type_id": "nm9bra8mzye2scg", + "categories": [ + "scriptcat00017" + ], + "category_names": [ + "ZigBee, Z-Wave & Matter" + ], + "notes": [ + "Requires a Thread Radio Co-Processor (RCP) device. USB: pass through to LXC (e.g. /dev/ttyACM0). TCP: use socat forkpty pattern (see `/etc/default/otbr-agent` for examples).", + "Services are enabled but not started at install. Configure `/etc/default/otbr-agent` with your RCP device, then run: `systemctl restart otbr-agent otbr-web`", + "Home Assistant: Add 'OpenThread Border Router' integration with URL `http://:8081`. Web UI is on port 80." + ], + "port": 80, + "website": "https://openthread.io/", + "documentation": "https://openthread.io/guides/border-router", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openthread.webp", + "updateable": true, + "privileged": true, + "has_arm": false, + "is_dev": true, + "execute_in": [ + "lxc" + ], + "config_path": "/etc/default/otbr-agent", + "os": "debian" + }, { "name": "Open WebUI", "slug": "openwebui",