Config file breakdown (#565)

This commit is contained in:
shuuri-labs
2026-01-22 16:38:32 +01:00
committed by GitHub
parent b5ce088750
commit 4b5f9b58dc
5 changed files with 889 additions and 17 deletions

View File

@@ -325,6 +325,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: 'Configuration Files', href: '/selfhosted/configuration-files' },
{ 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' },