2ee82c24e1
feat: Add complete stack.toml files with full metadata
...
Each stack.toml now includes:
- [stack] section: name, description, version, category, author
- [compose] section: file reference
- [variables] section: secrets where required
- [ports] section: internal port mappings
- [volumes] section: volume definitions
- [healthcheck] section: health check configuration
Stacks updated:
- prometheus
- grafana
- gotify
- vaultwarden
- node-exporter
2026-03-09 19:12:10 +00:00
72e45d5c84
feat: Add stack.toml metadata files for all stacks
2026-03-09 19:05:23 +00:00
a7b59b417c
fix: Move all stacks directly under stacks/ (no category subfolders)
2026-03-09 17:37:32 +00:00
d9f4e1d22c
fix: Remove stack.toml files - Komodo v2 may only need compose.yml
2026-03-09 16:42:26 +00:00
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
f9fdea3a1f
feat: Initial stacks for testing
...
Added first test stacks:
- monitoring/prometheus
- monitoring/grafana
- monitoring/node-exporter
- communication/gotify
- communication/vaultwarden
All stacks:
- Use localhost ports only (for Caddy reverse proxy)
- Support Komodo Secrets via ${SECRET:secret-name}
- Include README with Caddy integration instructions
- Ready for Komodo v2 Resource Sync
2026-03-09 16:02:18 +00:00