12 lines
496 B
Markdown
12 lines
496 B
Markdown
# Homelab Environments
|
|
|
|
This directory contains environment-specific configurations that help organize your infrastructure modules into logical groupings.
|
|
|
|
Each subdirectory represents a category or environment that can be applied independently or together with others.
|
|
|
|
```
|
|
/environments/
|
|
├── core/ # Essential infrastructure (tunnel, monitoring)
|
|
├── services/ # Application services (ActualBudget, EmulatorJS)
|
|
└── network/ # (Future) Network configs
|
|
``` |