Commit graph

2 commits

Author SHA1 Message Date
23d823b79e fix: Simplify stack.toml format to basic metadata only 2026-03-09 16:34:45 +00:00
8cc2076a50 feat: Add stack.toml metadata files for Komodo recognition
Added stack.toml files for all stacks:
- monitoring/prometheus/stack.toml
- monitoring/grafana/stack.toml
- monitoring/node-exporter/stack.toml
- communication/gotify/stack.toml
- communication/vaultwarden/stack.toml

Each stack.toml contains:
- Stack metadata (name, description, version, category)
- Compose file reference
- Secret variables
- Port mappings
- Volume definitions
- Network configuration
- Healthcheck settings
2026-03-09 16:29:23 +00:00