Commit graph

3 commits

Author SHA1 Message Date
f0bcf8c70c feat: Flatten stack structure - all stacks directly in stacks/
- Removed all subdirectories
- Renamed compose.yml to <stack>-compose.yml
- Updated stack.toml to reference new compose file names
- Structure is now flat for easier Komodo sync

New structure:
stacks/
├── prometheus.toml
├── prometheus-compose.yml
├── grafana.toml
├── grafana-compose.yml
├── gotify.toml
├── gotify-compose.yml
├── vaultwarden.toml
├── vaultwarden-compose.yml
└── node-exporter.toml
└── node-exporter-compose.yml
2026-03-09 19:26:17 +00:00
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