chore(health-agent): switch to uptime-kuma-api-v2, fix .env.setup.example credentials

This commit is contained in:
Murat ÖZDEMİR 2026-06-25 20:50:23 +03:00
parent 21965d4183
commit 208f4768b9
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
UK_URL=http://uptime-kuma:3001 UK_URL=http://uptime-kuma:3001
UK_API_KEY=your_api_key_here UK_USER=setup-user
UK_PASS=your_password_here
UK_SLACK_WEBHOOK_HIGH=https://hooks.slack.com/services/... UK_SLACK_WEBHOOK_HIGH=https://hooks.slack.com/services/...
UK_SLACK_WEBHOOK_MEDIUM=https://hooks.slack.com/services/... UK_SLACK_WEBHOOK_MEDIUM=https://hooks.slack.com/services/...
UK_SLACK_WEBHOOK_LOW=https://hooks.slack.com/services/... UK_SLACK_WEBHOOK_LOW=https://hooks.slack.com/services/...

View File

@ -10,7 +10,7 @@ dependencies = [
"pyyaml", "pyyaml",
"redis", "redis",
"pymongo", "pymongo",
"uptime-kuma-api", "uptime-kuma-api-v2",
"cryptography", "cryptography",
] ]