Commit ac54345
committed
refactor: centralize service configs in config/services/ directory
Addresses issue #11 - prevent root directory clutter with service configs
Changes:
- Move homeassistant/ → config/services/homeassistant/
- Move cryptpad/ → config/services/cryptpad/
- Move reverseproxy/ → config/services/reverseproxy/
- Update Docker Compose volume mounts to reference new paths
- All tests pass, maintaining full functionality
Benefits:
- Cleaner root directory structure
- Logical grouping of service-specific configurations
- Follows established config/ directory pattern
- Scalable for future service additions
No new functionality added - pure reorganization following TDD red/green/refactor approach.1 parent 5bb9840 commit ac54345
22 files changed
Lines changed: 15 additions & 15 deletions
File tree
- config/services
- cryptpad
- homeassistant
- reverseproxy
- templates
- conf.d
- enabled
- includes
- swarm
- deployments/compose
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments