Fixeds and enhancements
Some checks failed
Deploy SingleChat / deploy (push) Has been cancelled

This commit is contained in:
Torsten Schulz (local)
2026-06-17 15:44:11 +02:00
parent 10e6e7a80a
commit 5d4129b5b3
44 changed files with 151 additions and 109 deletions

View File

@@ -1,12 +1,12 @@
#!/bin/bash
# SingleChat Installation Script
# Dieses Skript installiert die SingleChat-Anwendung für Production
# YpChat Installation Script
# Dieses Skript installiert die YpChat-Anwendung für Production
# set -e wird später aktiviert, nachdem Retry-Logik definiert ist
echo "=========================================="
echo "SingleChat Installation"
echo "YpChat Installation"
echo "=========================================="
# Prüfe ob Node.js installiert ist
@@ -125,4 +125,3 @@ echo "Apache-Konfiguration sollte enthalten:"
echo " ProxyPass / http://localhost:4000/"
echo " ProxyPassReverse / http://localhost:4000/"
echo ""