feat: add Kuma push monitoring functionality with retry logic

This commit is contained in:
Space-Banane
2026-01-27 17:32:30 +01:00
parent 99281d209a
commit 7005d4588d
2 changed files with 54 additions and 1 deletions

View File

@@ -7,4 +7,6 @@ services:
command: sh -c "git pull && if [ ! -f .env ]; then echo \".env file not found! Please create one based on .env.example and set your DISCORD_BOT_TOKEN.\"; exit 1; fi && go mod tidy && go run ."
env_file:
- .env
# Optional: Set Kuma monitoring variables in .env file:
# Kuma-Push-Url=https://your-uptime-kuma-instance.com/api/push/xxxxx
# Kuma-Push-Interval=60