Add Cockpit blueprint with Docker Compose and configuration files

- Introduced Docker Compose setup for Cockpit service, including environment variables and volume configuration.
- Added logo for Cockpit.
- Created template.toml for Cockpit with default variables for configuration.
- Updated meta.json to include Cockpit with detailed description, logo, and relevant links.
This commit is contained in:
Mauricio Siu
2025-03-30 20:50:02 -06:00
parent f855b8f927
commit d8bfbc796a
4 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[variables]
SALT = "${password:32}"
MONGO_PASSWORD = "${password:16}"
[config]
[[config.domains]]
serviceName = "cockpit"
port = 80
host = "${domain}"
[config.env]
SALT = "${SALT}"
MONGO_PASSWORD = "${MONGO_PASSWORD}"
MONGO_USERNAME = "mongo"