Add OpenWrt installation guide (#777)

* Add OpenWRT install steps

* Add images

* Fixes and caveats

* minor fixes

* docs: call it "the NetBird client", not "the NetBird client (agent)"

---------

Co-authored-by: Jack Carter <128555021+SunsetDrifter@users.noreply.github.com>
This commit is contained in:
Brandon Hopkins
2026-07-06 21:06:47 -07:00
committed by GitHub
parent 9311271386
commit b3e19fdf16
6 changed files with 172 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ export const docsNavigation = [
{ title: 'TrueNAS', href: '/get-started/install/truenas' },
{ title: 'pfSense', href: '/get-started/install/pfsense' },
{ title: 'OPNsense', href: '/get-started/install/opnsense' },
{ title: 'OpenWrt', href: '/get-started/install/openwrt' },
{ title: 'Raspberry Pi', href: '/get-started/install/raspberrypi' },
],
},