[!NOTE]
Diese Seite bündelt wiederkehrende Eingriffe und typische Grundregeln. Kurz genug für den Alltag, präzise genug für den Betrieb.
Prüfen:
pct status 108
pct exec 108 -- docker ps -a
pct exec 108 -- docker logs --tail 100 wikijs_wikijs_1
curl -I http://192.168.178.77:8080
curl -k -I https://wiki.ls-cloud.biz
[!TIP]
Wenn Caddy 502 liefert, ist häufig nicht Caddy kaputt, sondern das Backend in CT 108.
Config-Datei:
/etc/caddy/Caddyfile
Dienststatus:
systemctl status caddy
Service-nahe Validierung:
export $(systemctl show caddy -p Environment --value | xargs)
caddy validate --config /etc/caddy/Caddyfile
[!IMPORTANT]
Die Validierung außerhalb des Service-Kontexts kann in diesem Setup am fehlenden Cloudflare-Token scheitern und ist dann nur begrenzt aussagekräftig.
pct status 113
pct exec 113 -- bash -lc "cd /opt/authelia && docker compose -f compose.yml ps"
pct exec 113 -- tail -60 /opt/authelia/config/notification.txt