mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 10:05:25 -05:00
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:
18
blueprints/checkcle/docker-compose.yml
Normal file
18
blueprints/checkcle/docker-compose.yml
Normal 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: {}
|
||||
BIN
blueprints/checkcle/image.png
Normal file
BIN
blueprints/checkcle/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
14
blueprints/checkcle/template.toml
Normal file
14
blueprints/checkcle/template.toml
Normal 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"
|
||||
17
meta.json
17
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user