Initial Email-Forwarder scaffold

This commit is contained in:
DonVoo 2026-07-05 17:58:25 +02:00
commit 91e52aecd0
22 changed files with 1007 additions and 0 deletions

13
.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
# Migrations-Secrets bleiben lokal, nie ins Git (erst bei Go-Live rotieren + einlagern)
config.json
*.db
*.db-wal
*.db-shm
# Lokales Cold Backup (mbox) nicht versionieren
backup/
/emailforwarder
/emailforwarder.exe
# Bun / Frontend
frontend-js/node_modules/