mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 22:04:10 +00:00
- CLAUDE.md: Update tech stack versions (Payload 3.68.4, Next.js 15.5.9, React 19.2.3) - CLAUDE.md: Expand architecture with sv-caddy (LXC 699) and sv-frontend (LXC 704) - CLAUDE.md: Add Videos and VideoCategories collections - CLAUDE.md: Update documentation references section - INFRASTRUCTURE.md: Complete rewrite with current infrastructure - PROJECT_STATUS.md: Add new project status document - TODO.md: Add changelog entry for documentation consolidation - Remove obsolete: INFRASTRUCTURE_COMPLETE_DECEMBER_2025.md, TECHSTACK_COMPLETE_DECEMBER_2025.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
206 lines
5 KiB
Markdown
206 lines
5 KiB
Markdown
# Projekt Status - Dezember 2025
|
|
|
|
**Stand:** 18. Dezember 2025
|
|
|
|
## Zusammenfassung
|
|
|
|
Die komplette Entwicklungsinfrastruktur ist eingerichtet und funktionsfähig:
|
|
- Payload CMS Multi-Tenant (Dev + Prod)
|
|
- Multi-Frontend Development Environment
|
|
- AI-gestützte Entwicklungstools
|
|
- Reverse Proxy Stack (Caddy + Nginx)
|
|
- Analytics (Umami)
|
|
|
|
---
|
|
|
|
## ✅ Abgeschlossen
|
|
|
|
### Infrastruktur VLAN 181 (Development)
|
|
|
|
| LXC | Hostname | IP | Service | Status |
|
|
|-----|----------|-----|---------|--------|
|
|
| 699 | sv-caddy | 10.10.181.99 | Caddy Reverse Proxy | ✅ Running |
|
|
| 700 | sv-payload | 10.10.181.100 | Payload CMS + Redis | ✅ Running |
|
|
| 701 | sv-postgres | 10.10.181.101 | PostgreSQL 17 + Redis Cmd | ✅ Running |
|
|
| 702 | sv-dev-payload | 10.10.181.102 | Payload Experimental | ⏸️ Stopped |
|
|
| 703 | sv-analytics | 10.10.181.103 | Umami Analytics | ✅ Running |
|
|
| 704 | sv-frontend | 10.10.181.104 | Multi-Project Next.js | ✅ Running |
|
|
|
|
### Hetzner 3 (Production)
|
|
|
|
- [x] Debian 13 Installation
|
|
- [x] PostgreSQL 17 mit payload_db und umami_db
|
|
- [x] Redis Cache
|
|
- [x] Payload CMS Production (cms.c2sgmbh.de)
|
|
- [x] Umami Analytics Production (analytics.c2sgmbh.de)
|
|
- [x] Nginx Reverse Proxy mit Let's Encrypt
|
|
- [x] PM2 Process Management
|
|
- [x] Claude Code CLI
|
|
- [x] Backup-Scripts (täglich)
|
|
- [x] CVE-2025-55182 Hotfix
|
|
|
|
### Caddy Reverse Proxy (sv-caddy)
|
|
|
|
- [x] Caddy 2.9.x mit Cloudflare DNS Plugin
|
|
- [x] Wildcard SSL für *.porwoll.tech
|
|
- [x] Cloudflare DNS-Challenge
|
|
- [x] Routing für alle Services
|
|
- [x] Security Headers
|
|
|
|
### Payload CMS
|
|
|
|
- [x] Multi-Tenant Plugin
|
|
- [x] Redis Caching
|
|
- [x] Package-Versionen synchronisiert:
|
|
- Next.js 15.5.9
|
|
- React 19.2.3
|
|
- Payload 3.68.4
|
|
- [x] GitHub Repository (complexcaresolutions/cms.c2sgmbh)
|
|
|
|
### sv-frontend (Multi-Project)
|
|
|
|
- [x] Node.js 22.x + pnpm
|
|
- [x] AI-Tools installiert:
|
|
- Claude Code 2.0.72
|
|
- Codex CLI 0.73.0
|
|
- Gemini CLI 0.21.2
|
|
- [x] 9 Frontend-Projekte initialisiert
|
|
- [x] Systemd Services (Ports 3000-3008)
|
|
- [x] SSH-Zugriff mit Key
|
|
- [x] VS Code Remote-SSH kompatibel
|
|
|
|
### GitHub Repositories
|
|
|
|
Organisation: **complexcaresolutions** (Internal)
|
|
|
|
- [x] cms.c2sgmbh (Payload CMS)
|
|
- [x] frontend.porwoll.de
|
|
- [x] frontend.blogwoman.de
|
|
- [x] frontend.caroline-porwoll.com
|
|
- [x] frontend.caroline-porwoll.de
|
|
- [x] frontend.complexcaresolutions.de
|
|
- [x] frontend.gunshin.de
|
|
- [x] frontend.sensualmoment.de
|
|
- [x] frontend.zweitmeinu.ng
|
|
- [x] frontend.zytoskandal.de
|
|
|
|
---
|
|
|
|
## ⚠️ Kritische Aufgaben
|
|
|
|
| Priorität | Aufgabe | Status |
|
|
|-----------|---------|--------|
|
|
| 🔴 | Umami Dev Admin-Passwort ändern | Offen |
|
|
| 🔴 | auth.zh3.de - 502 Bad Gateway beheben | Offen |
|
|
| 🟡 | pve04/pve05/Backup: Enterprise Repo | Offen |
|
|
|
|
---
|
|
|
|
## 🔜 Nächste Schritte
|
|
|
|
### Kurzfristig (diese Woche)
|
|
|
|
1. [ ] Porwoll.de Frontend-Entwicklung starten
|
|
2. [ ] VS Code Remote-SSH testen
|
|
3. [ ] Claude Code auf sv-frontend authentifizieren
|
|
|
|
### Mittelfristig (Januar 2025)
|
|
|
|
4. [ ] Frontend-Staging auf Hetzner 3 einrichten
|
|
5. [ ] GitHub Actions für Deployment
|
|
6. [ ] Content Collections in Payload erweitern
|
|
7. [ ] Design-System (Tailwind + Shadcn/UI)
|
|
|
|
### Langfristig (Q1 2025)
|
|
|
|
8. [ ] Alle 9 Frontends entwickeln
|
|
9. [ ] Migration von Plesk-Domains zu neuer Infra
|
|
10. [ ] CI/CD Pipeline komplett
|
|
11. [ ] Monitoring & Alerting
|
|
|
|
---
|
|
|
|
## 📊 Service-URLs
|
|
|
|
### Development (porwoll.tech)
|
|
|
|
| Service | URL | Status |
|
|
|---------|-----|--------|
|
|
| Portal | https://porwoll.tech | ✅ |
|
|
| Payload CMS | https://pl.porwoll.tech | ✅ |
|
|
| Redis Commander | https://redis.porwoll.tech | ✅ |
|
|
| Umami Analytics | https://umami.porwoll.tech | ✅ |
|
|
| Frontend porwoll.de | https://porwoll-dev.porwoll.tech | ✅ |
|
|
| (8 weitere) | https://*-dev.porwoll.tech | ⏸️ On-Demand |
|
|
|
|
### Production (Hetzner)
|
|
|
|
| Service | URL | Status |
|
|
|---------|-----|--------|
|
|
| Payload CMS | https://cms.c2sgmbh.de | ✅ |
|
|
| Umami Analytics | https://analytics.c2sgmbh.de | ✅ |
|
|
|
|
---
|
|
|
|
## 🔧 Quick Commands
|
|
|
|
### sv-frontend
|
|
|
|
```bash
|
|
# SSH Zugang
|
|
ssh frontend@10.10.181.104
|
|
|
|
# Service starten/stoppen
|
|
systemctl start frontend-porwoll
|
|
systemctl stop frontend-porwoll
|
|
|
|
# AI-Tools
|
|
claude # Claude Code
|
|
codex # Codex CLI
|
|
gemini # Gemini CLI
|
|
```
|
|
|
|
### Hetzner 3
|
|
|
|
```bash
|
|
# SSH Zugang
|
|
ssh payload@162.55.85.18
|
|
|
|
# Deploy
|
|
~/deploy.sh
|
|
|
|
# Logs
|
|
pm2 logs payload
|
|
```
|
|
|
|
---
|
|
|
|
## 📝 Änderungsprotokoll
|
|
|
|
### 18.12.2025
|
|
- sv-frontend (LXC 704) komplett eingerichtet
|
|
- 9 GitHub Repositories erstellt
|
|
- Alle Next.js Projekte initialisiert
|
|
- Systemd Services für alle Frontends
|
|
- Caddy Routing für *-dev.porwoll.tech
|
|
- AI-Tools (Claude Code, Codex, Gemini) installiert
|
|
- Infrastruktur-Dokumentation aktualisiert
|
|
|
|
### 12.12.2025
|
|
- sv-caddy mit Cloudflare DNS-Challenge
|
|
- Wildcard SSL für porwoll.tech
|
|
- Redis Commander auf sv-postgres
|
|
- pgAdmin4 entfernt (MIME-Type Probleme)
|
|
|
|
### 11.12.2025
|
|
- Hetzner 3 Production Setup
|
|
- Payload CMS Migration
|
|
- Umami Analytics Production
|
|
- Redis Caching (Dev + Prod)
|
|
- Package-Versionen synchronisiert
|
|
|
|
### 26.11.2025
|
|
- Initial Payload CMS Setup
|
|
- Multi-Tenant Plugin
|
|
- PostgreSQL auf sv-postgres
|
|
- Erste Tenants angelegt
|