diff --git a/blueprints/checkcle/docker-compose.yml b/blueprints/checkcle/docker-compose.yml new file mode 100644 index 00000000..8a6342f2 --- /dev/null +++ b/blueprints/checkcle/docker-compose.yml @@ -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: {} diff --git a/blueprints/checkcle/image.png b/blueprints/checkcle/image.png new file mode 100644 index 00000000..3577c870 Binary files /dev/null and b/blueprints/checkcle/image.png differ diff --git a/blueprints/checkcle/template.toml b/blueprints/checkcle/template.toml new file mode 100644 index 00000000..887698a2 --- /dev/null +++ b/blueprints/checkcle/template.toml @@ -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" \ No newline at end of file diff --git a/meta.json b/meta.json index 8316d76f..014bddd2 100644 --- a/meta.json +++ b/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",