Add environment variables documentation for self-hosted deployments (#553)

Adds a comprehensive reference page for all environment variables used
when self-hosting NetBird, covering Management Server, Signal Server,
Relay Server, Dashboard, and Coturn services. Focuses on the new
embedded identity provider approach, removing deprecated external IDP
configuration variables.
This commit is contained in:
shuuri-labs
2026-01-19 18:20:52 +01:00
committed by GitHub
parent c6f347fea2
commit 8b04229096
2 changed files with 273 additions and 0 deletions

View File

@@ -321,6 +321,7 @@ export const docsNavigation = [
},
{ title: 'Reverse Proxy', href: '/selfhosted/reverse-proxy' },
{ title: 'Advanced Guide', href: '/selfhosted/selfhosted-guide' },
{ title: 'Environment Variables', href: '/selfhosted/environment-variables' },
{ title: 'Management SQLite Store', href: '/selfhosted/sqlite-store' },
{ title: 'Management Postgres Store', href: '/selfhosted/postgres-store' },
{ title: 'Activity Events Postgres Store', href: '/selfhosted/activity-postgres-store' },