aboutsummaryrefslogtreecommitdiff
path: root/systems/eldiron
diff options
context:
space:
mode:
Diffstat (limited to 'systems/eldiron')
-rw-r--r--systems/eldiron/websites/immae/matrix/client4
-rw-r--r--systems/eldiron/websites/immae/matrix/server2
-rw-r--r--systems/eldiron/websites/immae/production.nix1
-rw-r--r--systems/eldiron/websites/tools/default.nix2
4 files changed, 5 insertions, 4 deletions
diff --git a/systems/eldiron/websites/immae/matrix/client b/systems/eldiron/websites/immae/matrix/client
index 89136a0..8bb3d2f 100644
--- a/systems/eldiron/websites/immae/matrix/client
+++ b/systems/eldiron/websites/immae/matrix/client
@@ -1,11 +1,11 @@
1{ 1{
2 "m.homeserver": { 2 "m.homeserver": {
3 "base_url": "https://immae.ems.host" 3 "base_url": "https://synapse.immae.eu"
4 }, 4 },
5 "m.identity_server": { 5 "m.identity_server": {
6 "base_url": "https://vector.im" 6 "base_url": "https://vector.im"
7 }, 7 },
8 "org.matrix.msc3575.proxy": { 8 "org.matrix.msc3575.proxy": {
9 "url": "https://immae.ems.host" 9 "url": "https://synapse.immae.eu"
10 } 10 }
11} 11}
diff --git a/systems/eldiron/websites/immae/matrix/server b/systems/eldiron/websites/immae/matrix/server
index 449155a..8314aa1 100644
--- a/systems/eldiron/websites/immae/matrix/server
+++ b/systems/eldiron/websites/immae/matrix/server
@@ -1,3 +1,3 @@
1{ 1{
2 "m.server": "immae.ems.host:443" 2 "m.server": "synapse.immae.eu:443"
3} 3}
diff --git a/systems/eldiron/websites/immae/production.nix b/systems/eldiron/websites/immae/production.nix
index 2ed4a7d..9e8cc5d 100644
--- a/systems/eldiron/websites/immae/production.nix
+++ b/systems/eldiron/websites/immae/production.nix
@@ -56,6 +56,7 @@ in {
56 AllowOverride None 56 AllowOverride None
57 Require all granted 57 Require all granted
58 Header always set Access-Control-Allow-Origin "*" 58 Header always set Access-Control-Allow-Origin "*"
59 Header always set Cache-Control "max-age=3600, public"
59 </Directory> 60 </Directory>
60 61
61 Alias /patches ${patchesDir} 62 Alias /patches ${patchesDir}
diff --git a/systems/eldiron/websites/tools/default.nix b/systems/eldiron/websites/tools/default.nix
index b396d44..b591190 100644
--- a/systems/eldiron/websites/tools/default.nix
+++ b/systems/eldiron/websites/tools/default.nix
@@ -79,7 +79,7 @@ let
79 matrix = pkgs.element-web.override { 79 matrix = pkgs.element-web.override {
80 conf = { 80 conf = {
81 default_server_config."m.homeserver" = { 81 default_server_config."m.homeserver" = {
82 base_url = "https://immae.ems.host"; 82 base_url = "https://synapse.immae.eu";
83 server_name = "immae.eu"; 83 server_name = "immae.eu";
84 }; 84 };
85 default_server_config."m.identity_server" = { 85 default_server_config."m.identity_server" = {