Skip to content

Commit ac54345

Browse files
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = {
8989

9090
/* httpSafePort purpose is to emulate another origin for the sandbox when
9191
* you don't have two domains at hand (i.e. when httpSafeOrigin not defined).
92-
* It is meant to be used only in case where you are working on a local
92+
* It is meant to be used only in case where you are working on a local
9393
* development instance. The default value is your httpPort + 1.
9494
*
9595
*/
File renamed without changes.

reverseproxy/backend-not-found.html renamed to config/services/reverseproxy/backend-not-found.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
<h1>Backend not found</h1>
77
<p>The backend you requested was not found. Please check the URL and try again.</p>
88
</body>
9-
</html>
9+
</html>

reverseproxy/templates/conf.d/actual_server.template renamed to config/services/reverseproxy/templates/conf.d/actual_server.template

File renamed without changes.

reverseproxy/templates/conf.d/cryptpad.template renamed to config/services/reverseproxy/templates/conf.d/cryptpad.template

File renamed without changes.
File renamed without changes.
File renamed without changes.

reverseproxy/templates/conf.d/enabled/.gitkeep renamed to config/services/reverseproxy/templates/conf.d/enabled/.gitkeep

File renamed without changes.

reverseproxy/templates/conf.d/homeassistant.template renamed to config/services/reverseproxy/templates/conf.d/homeassistant.template

File renamed without changes.

0 commit comments

Comments
 (0)