Commit graph

3 commits

Author SHA1 Message Date
90aacb08e6 docs: Update README.md with complete stack overview
Updated README.md to reflect current state:
- Lists all 21 available stacks
- Organized by category (Monitoring, Communication, etc.)
- Includes port information for each stack
- Added Resource Sync instructions
- Added manual stack creation guide
- Added Secrets management section
- Added Caddy integration guide
- Added troubleshooting section
- Added stack structure example

This README now serves as complete documentation for the komodo-stacks repo.
2026-03-09 21:20:48 +00:00
b37541bb7a feat: Restructure to subdirectories with compose.yml
Each stack now has its own directory with standard compose.yml:
- stacks/gotify/compose.yml
- stacks/prometheus/compose.yml
- stacks/grafana/compose.yml
- stacks/vaultwarden/compose.yml
- stacks/node-exporter/compose.yml

Benefits:
- Cleaner structure
- Easier to maintain
- Works with Komodo manual stack creation
- README.md for each stack with deployment info

Usage in Komodo:
1. Stacks → Add Stack
2. Source: Git Repo (nocci/komodo-stacks)
3. Path: stacks/<stack-name>/ (the folder!)
4. Deploy to server
2026-03-09 19:51:35 +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