feat: add personal uptime kuma instance at uptime.debyl.io
- Add uptime-kuma-personal container on port 3002 - Add Caddy config for uptime.debyl.io with IP restriction - Update both uptime-kuma instances to 2.0.2 - Rename debyltech tag from uptime-kuma to uptime-debyltech Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
# Uptime Kuma - {{ uptime_kuma_server_name }}
|
||||
# Uptime Kuma (Debyltech) - {{ uptime_kuma_server_name }}
|
||||
{{ uptime_kuma_server_name }} {
|
||||
{{ ip_restricted_site() }}
|
||||
|
||||
@@ -182,6 +182,24 @@
|
||||
}
|
||||
}
|
||||
|
||||
# Uptime Kuma (Personal) - {{ uptime_kuma_personal_server_name }}
|
||||
{{ uptime_kuma_personal_server_name }} {
|
||||
{{ ip_restricted_site() }}
|
||||
|
||||
handle @local {
|
||||
import common_headers
|
||||
reverse_proxy localhost:3002 {
|
||||
# WebSocket support for live updates
|
||||
flush_interval -1
|
||||
}
|
||||
}
|
||||
|
||||
log {
|
||||
output file /var/log/caddy/uptime-kuma-personal.log
|
||||
format json
|
||||
}
|
||||
}
|
||||
|
||||
# Graylog Logs - {{ logs_server_name }}
|
||||
{{ logs_server_name }} {
|
||||
# GELF HTTP endpoint - open for Lambda (auth via header)
|
||||
|
||||
Reference in New Issue
Block a user