docker
Some checks failed
Build and Publish Docker Images / build-and-push (push) Failing after 6m30s
Test Docker Compose Setup / test-compose (push) Failing after 30s
Test Docker Compose Setup / lint-dockerfiles (push) Failing after 34s
Test Docker Compose Setup / validate-compose (push) Failing after 12s
Build and Publish Docker Images / security-scan (push) Has been skipped
Build and Publish Docker Images / notify (push) Failing after 7s
Some checks failed
Build and Publish Docker Images / build-and-push (push) Failing after 6m30s
Test Docker Compose Setup / test-compose (push) Failing after 30s
Test Docker Compose Setup / lint-dockerfiles (push) Failing after 34s
Test Docker Compose Setup / validate-compose (push) Failing after 12s
Build and Publish Docker Images / security-scan (push) Has been skipped
Build and Publish Docker Images / notify (push) Failing after 7s
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
// Define the URL and API key for the metrics endpoint
|
||||
$url = '<yourURL>/metrics'; //your URL
|
||||
$url = $_ENV['UPTIME_KUMA_URL'] ?? '<yourURL>/metrics'; //your URL
|
||||
// Retrieve an API key from the UptimeKuma dashboard here <yourURL>/settings/api-keys
|
||||
$password = '***************'; //your API key
|
||||
$password = $_ENV['UPTIME_KUMA_API_KEY'] ?? '***************'; //your API key
|
||||
|
||||
$username = ''; //leave empty
|
||||
// Initialize a new cURL session
|
||||
|
||||
Reference in New Issue
Block a user