summary refs log tree commit diff
path: root/host/Spacebar-nginx/hosts/spacebar.chat
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-29 00:55:52 +0200
committerRory& <root@rory.gay>2024-06-05 15:49:39 +0200
commit9399700cb5552c3c0a35e231b9a3a637c3f3578d (patch)
treebeb73898b5df185adc05047a320c37d5493b5bbb /host/Spacebar-nginx/hosts/spacebar.chat
parentInitial commit (diff)
downloadSpacebar-Open-Infrastructure-9399700cb5552c3c0a35e231b9a3a637c3f3578d.tar.xz
Add postgres and synapse
Diffstat (limited to 'host/Spacebar-nginx/hosts/spacebar.chat')
-rwxr-xr-xhost/Spacebar-nginx/hosts/spacebar.chat/mail.nix14
-rwxr-xr-xhost/Spacebar-nginx/hosts/spacebar.chat/root.nix10
2 files changed, 14 insertions, 10 deletions
diff --git a/host/Spacebar-nginx/hosts/spacebar.chat/mail.nix b/host/Spacebar-nginx/hosts/spacebar.chat/mail.nix
new file mode 100755
index 0000000..3ca873d
--- /dev/null
+++ b/host/Spacebar-nginx/hosts/spacebar.chat/mail.nix
@@ -0,0 +1,14 @@
+{
+  enableACME = true;
+  forceSSL = true;
+  locations = {
+    "/" = {
+      proxyPass = "http://192.168.1.3";
+      proxyWebsockets = true;
+      extraConfig =
+        "proxy_ssl_server_name on;" +
+        "proxy_pass_header Authorization;"
+        ;
+    };
+  };
+}
diff --git a/host/Spacebar-nginx/hosts/spacebar.chat/root.nix b/host/Spacebar-nginx/hosts/spacebar.chat/root.nix
deleted file mode 100755
index a859950..0000000
--- a/host/Spacebar-nginx/hosts/spacebar.chat/root.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-  root = "/data/nginx/html_boorunav";
-  enableACME = true;
-  addSSL = true;
-  locations = {
-    "/" = {
-      index = "index.html";
-    };
-  };
-}
\ No newline at end of file