- Replace GitHub API calls (390+) with 1 API call + raw URL downloads - Create GitHubJsonService for efficient JSON file syncing - Reduce API rate limiting issues by 99.7% - Add automatic page reload after successful sync - Update tests to use new service - Maintain same functionality with better performance Performance improvement: - Before: 390+ GitHub API calls (1 per JSON file) - After: 1 GitHub API call + 389 raw URL downloads - Raw URLs have no rate limits, making sync much more reliable
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": "gatus",
|
|
"slug": "gatus",
|
|
"categories": [
|
|
9
|
|
],
|
|
"date_created": "2025-05-13",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 8080,
|
|
"documentation": "https://gatus.io/docs",
|
|
"website": "https://gatus.io/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/gatus.webp",
|
|
"config_path": "/opt/gatus/config/config.yaml",
|
|
"description": "Gatus is a developer-oriented health dashboard that gives you the ability to monitor your services using HTTP, ICMP, TCP, and even DNS queries as well as evaluate the result of said queries by using a list of conditions on values like the status code, the response time, the certificate expiration, the body and many others. The icing on top is that each of these health checks can be paired with alerting via Slack, Teams, PagerDuty, Discord, Twilio and many more.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/gatus.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 512,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
},
|
|
{
|
|
"type": "alpine",
|
|
"script": "ct/alpine-gatus.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 256,
|
|
"hdd": 3,
|
|
"os": "alpine",
|
|
"version": "3.22"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
} |