The self-hosting stack

This commit is contained in:
2026-08-24 16:05:14 +02:00
commit 8d28604625
10 changed files with 1920 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Your instance's configuration, which holds every secret it has: the vault master key, the JWT
# secrets, the database password and your AI provider's API key. NEVER commit it. `.env.example` is
# the template and is the only one of these that belongs in a repository.
.env
.env.*
!.env.example
# Database dumps, which the README tells you to take before an upgrade. They contain every
# conversation, asset and audit row on the instance — and the vault's ciphertext, which is one
# leaked .env away from being plaintext.
*.sql
*.sql.gz