Add use case: Run a Private Reverse Proxy with LEGO (#960)

* Add LEGO private services guide

* Lang fixes

* Update title and value prop intro

* Hide cloudflare token, back up certs volume
This commit is contained in:
Brandon Hopkins
2026-09-06 09:26:08 +02:00
committed by GitHub
parent e246829450
commit 1e79a0c72b
4 changed files with 530 additions and 0 deletions
+4
View File
@@ -1017,6 +1017,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' },