mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-13 08:43:25 +01:00
* Add checkmate (ct) * Update checkmate.sh * Update checkmate.json * Update checkmate-install.sh --------- Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com> Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "Checkmate",
|
|
"slug": "checkmate",
|
|
"categories": [
|
|
9
|
|
],
|
|
"date_created": "2026-02-07",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 5173,
|
|
"documentation": "https://github.com/bluewave-labs/Checkmate#readme",
|
|
"website": "https://github.com/bluewave-labs/Checkmate",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/checkmate.webp",
|
|
"config_path": "/opt/checkmate/server/.env",
|
|
"description": "Checkmate is an open source uptime and infrastructure monitoring application that helps you track the availability and performance of your services.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/checkmate.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 4096,
|
|
"hdd": 10,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Create your admin account on first login via the web interface.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Server API runs on port 52345, Client UI on port 5173.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "For PageSpeed monitoring, add a Google PageSpeed API key to the server .env file.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|