chore(health-agent): switch to uptime-kuma-api-v2, fix .env.setup.example credentials
This commit is contained in:
parent
21965d4183
commit
208f4768b9
@ -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/...
|
||||||
|
|||||||
@ -10,7 +10,7 @@ dependencies = [
|
|||||||
"pyyaml",
|
"pyyaml",
|
||||||
"redis",
|
"redis",
|
||||||
"pymongo",
|
"pymongo",
|
||||||
"uptime-kuma-api",
|
"uptime-kuma-api-v2",
|
||||||
"cryptography",
|
"cryptography",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user