This commit is contained in:
2026-05-08 22:35:18 +02:00
parent 3ca2fea861
commit 520d3924af
10699 changed files with 2956416 additions and 670 deletions

View File

@@ -0,0 +1,20 @@
Rollback: Stand VOR der produktiven AzA-Empfang-Web-Huelle (pywebview + GET /empfang/shell/launch).
Wiederherstellen (Projektroot = Ordner mit basis14.py):
1) Die Dateien aus diesem Backup-Ordner in den Projektroot kopieren und vorhandene Dateien ueberschreiben:
- basis14.py
- empfang_routes.py
- aza_empfang_webview.py (falls im Root vorhanden: loeschen, wenn es im Backup nicht enthalten war)
- web/empfang.html, web/style.css (falls im Backup enthalten)
- requirements.txt (falls im Backup enthalten)
2) Python-Abhaengigkeiten:
- Nach Rollback ggf. pywebview deinstallieren: pip uninstall pywebview
- Oder requirements.txt aus Backup wiederherstellen und pip install -r requirements.txt
3) Server (Hetzner o.ae.):
- geaenderte empfang_routes.py / web deployen
- Container neu bauen: docker compose up --build -d
Hinweis: Nach Restore gibt es keinen Produktpfad „Empfang-Huelle“ mehr (nur alter Stand).

View File

@@ -0,0 +1,7 @@
fastapi>=0.115
uvicorn>=0.34
openai>=1.82
stripe>=12
pydantic>=2.10
python-dotenv>=1.1
python-multipart>=0.0.20