feat: complete memorial website features

- Add user contribution system (memories, timeline entries)
- Add AI content moderation with Ollama (bad word detection + qwen3:4b)
- Add family photo/video upload with admin approval
- Add candle lighting feature
- Add timeline and recipe sections
- Add QR code page and OG image
- Add site authentication (password-protected access)
- Add proxy middleware for auth routing
- Add admin dashboard for content management
- Remove email fields, make name optional (default: Anonym)
- Add CI/CD pipeline for Gitea Actions
- Add Docker deployment configuration
- Optimize Ollama RAM usage (42GB → 2.9GB)
- Fix API routes accessibility through proxy middleware

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
denshooter
2026-02-18 12:20:33 +01:00
parent 43e9d49620
commit a34d406375
54 changed files with 5989 additions and 248 deletions
+34
View File
@@ -0,0 +1,34 @@
# OG-Image erstellen
Um ein Open Graph Bild für Social Media Shares zu erstellen:
1. **Erstelle ein Bild mit folgenden Maßen:**
- 1200 x 630 Pixel (optimale Größe für Facebook, Twitter, etc.)
- Format: JPG oder PNG
2. **Inhalt:**
- Foto von Maria Malejka
- Text: "In Erinnerung an Maria Malejka"
- Lebensdaten: "29. November 1944 10. Februar 2026"
- Optional: Dezente Kerze oder florales Element
3. **Stil:**
- Warme, elegante Farben (Creme, Gold, Braun)
- Cormorant Garamond für Überschriften (italic)
- Lora für Körpertext
- Minimalistisch und respektvoll
4. **Speichern:**
- Datei: `og-image.jpg`
- Ort: `/public/og-image.jpg`
- Das Bild ist bereits in `layout.tsx` konfiguriert
## Tools zur Erstellung:
- Canva (einfach, Templates verfügbar)
- Figma (professionell)
- Photoshop (fortgeschritten)
- Online-Generatoren wie og-image.vercel.app
## Aktueller Status:
Die Konfiguration ist fertig in `src/app/layout.tsx`.
Sobald du `public/og-image.jpg` hinzufügst, wird es automatisch genutzt.