Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,10 @@ export const docsNavigation = [
title: 'Private Proxy Without Inbound Ports',
href: '/use-cases/security/private-no-inbound',
},
{
title: 'Private Proxy with LEGO',
href: '/use-cases/security/private-proxy-with-lego',
},
],
},
{ title: 'Homelab', href: '/use-cases/homelab' },
Expand Down
5 changes: 5 additions & 0 deletions src/pages/use-cases/security/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ NetBird is built on zero trust principles:
name: 'Private Proxy Without Inbound Ports',
description: 'Publish internal services through a reverse proxy with no public inbound ports',
},
{
href: '/use-cases/security/private-proxy-with-lego',
name: 'Private Proxy with LEGO',
description: 'Full Docker Compose walkthrough: wildcard certificates over DNS-01 with LEGO and automated renewal',
},
{
href: '/manage/access-control/posture-checks',
name: 'Posture Checks',
Expand Down
1 change: 1 addition & 0 deletions src/pages/use-cases/security/private-no-inbound.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ curl -v https://app.proxy.example.com/

## Related

- [NetBird Reverse Proxy with LEGO DNS Challenge](/use-cases/security/private-proxy-with-lego) — a complete Docker Compose walkthrough of this pattern with LEGO, a wildcard certificate directory, and automated renewal.
- [Bring Your Own Proxy](/manage/reverse-proxy/bring-your-own-proxy) — full BYOP setup and the account-scoped proxy token.
- [TLS certificate configuration](/manage/reverse-proxy#tls-certificate-configuration) — all certificate modes (ACME, static, wildcard).
- [NetBird-Only Access](/manage/reverse-proxy/authentication#net-bird-only-access-private-services) — restrict services to your NetBird network.
Loading
Loading