update
This commit is contained in:
@@ -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).
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
Reference in New Issue
Block a user