feat: add Checkcle security & compliance tool to catalog (#389)

* feat: add Checkcle security & compliance tool to catalog

* docs(checkcle): add default login credentials to docker-compose
This commit is contained in:
Jainil Prajapati
2025-09-26 08:03:28 +05:30
committed by GitHub
parent cabfdf2eec
commit 149654a580
4 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#Default id pass Username: admin@example.com Password: Admin123456
version: "3.9"
services:
checkcle:
image: operacle/checkcle:latest
restart: unless-stopped
expose:
- 8090
volumes:
- checkcle-data:/mnt/pb_data
ulimits:
nofile:
soft: 4096
hard: 8192
volumes:
checkcle-data: {}

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@@ -0,0 +1,14 @@
[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "checkcle"
port = 8090
host = "${main_domain}"
[config.env]
[[config.mounts]]
source = "checkcle-data"
target = "/mnt/pb_data"

View File

@@ -995,6 +995,23 @@
"customer-service"
]
},
{
"id": "checkcle",
"name": "Checkcle",
"version": "latest",
"description": "Checkcle is a security and compliance tool by Operacle, providing insights into system configuration and runtime checks.",
"logo": "image.png",
"links": {
"github": "https://github.com/Operacle/checkcle",
"website": "https://operacle.com/",
"docs": "https://github.com/Operacle/checkcle#readme"
},
"tags": [
"security",
"compliance",
"monitoring"
]
},
{
"id": "checkmate",
"name": "Checkmate",