updates for gregtime, caddyfile, added uptime-kuma

This commit is contained in:
Bastian de Byl
2025-11-02 14:18:45 -05:00
parent 37c7259cf7
commit 28fe5937fe
5 changed files with 111 additions and 2 deletions

View File

@@ -139,6 +139,24 @@
}
}
# Uptime Kuma - {{ uptime_kuma_server_name }}
{{ uptime_kuma_server_name }} {
{{ ip_restricted_site() }}
handle @local {
import common_headers
reverse_proxy localhost:3001 {
# WebSocket support for live updates
flush_interval -1
}
}
log {
output file /var/log/caddy/uptime-kuma.log
format json
}
}
# ============================================================================
# COMPLEX CONFIGURATIONS
# ============================================================================