Skip to content

Commit e161641

Browse files
authored
refactor: centralize service configs in config/services/ directory (#17)
1 parent 5bb9840 commit e161641

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)