12-05-2026 Frontend dev
This commit is contained in:
parent
405df0a122
commit
5b8bdf4182
779 changed files with 480564 additions and 6241 deletions
|
|
@ -11,7 +11,8 @@ echo "📋 Schritt 1: DNS-Einträge prüfen"
|
|||
echo ""
|
||||
echo "Bitte stelle sicher, dass folgende Einträge in deiner Hosts-Datei existieren:"
|
||||
echo ""
|
||||
echo "127.0.0.1 assets.pr-copilot.test"
|
||||
echo "127.0.0.1 presseportale.test"
|
||||
echo "127.0.0.1 assets.presseportale.test"
|
||||
echo "127.0.0.1 assets.presseecho.test"
|
||||
echo "127.0.0.1 assets.businessportal24.test"
|
||||
echo ""
|
||||
|
|
@ -42,8 +43,8 @@ echo "🔍 Schritt 3: Traefik-Routen testen"
|
|||
echo ""
|
||||
|
||||
# Test mit curl (SSL-Verifikation ignorieren für self-signed certs)
|
||||
echo "Teste assets.pr-copilot.test..."
|
||||
if curl -Iks https://assets.pr-copilot.test | head -1 | grep -q "404\|200"; then
|
||||
echo "Teste assets.presseportale.test..."
|
||||
if curl -Iks https://assets.presseportale.test | head -1 | grep -q "404\|200"; then
|
||||
echo " ✅ Erreichbar über HTTPS"
|
||||
else
|
||||
echo " ⚠️ Nicht erreichbar - Docker Container neu starten!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue