Commit graph

2 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
a7b59b417c fix: Move all stacks directly under stacks/ (no category subfolders) 2026-03-09 17:37:32 +00:00
Renamed from stacks/communication/gotify/compose.yml (Browse further)