Compose und Quadlets brauchen unterschiedliche nginx-Configs: - Compose: proxy_pass http://app:8080 - Quadlets: proxy_pass http://systemd-visitcounter-app:8080 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- ex16: lokale Registry + VisitCounter pushen - ex17: vollständiger Update-Zyklus (edit → build → push → restart) - ex18: VisitCounter mit Quadlets deployen - ex19: Container schrittweise härten (read-only, cap-drop, no-new-priv) - alle commands.sh umbenannt in commands.txt, Shebang entfernt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>