refactor: [30388f42] Finale Komprimierung des Root-Verzeichnisses

- Konsolidiert Dockerfiles in .
- Verschiebt Datenbank- und Log-Dateien in .
- Organisiert Konfigurations- und Modelldateien in .
- Fasst Shell-Skripte in  zusammen.
- Verschiebt  nach .
- Verschiebt  nach .
- Das  Verzeichnis wurde in  verschoben.
- Behält Kern-Dateien (, , , ,  etc.) im Root-Verzeichnis, um die Lauffähigkeit zu gewährleisten.
This commit is contained in:
2026-03-06 11:41:44 +00:00
parent 3fc74922f2
commit 680b237def
36 changed files with 0 additions and 0 deletions

7
scripts_root/start.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -e
echo "Starte Cloudflare Tunnel mit http2 Protokoll..."
cloudflared tunnel --protocol http2 --no-autoupdate run --token $TUNNEL_TOKEN &
sleep 5
echo "Starte Gunicorn Webserver auf Port 8080..."
gunicorn --bind 0.0.0.0:8080 --workers 2 app:app