summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-20 20:33:42 +0000
committerRory& <root@rory.gay>2026-02-20 20:33:42 +0000
commitffbe797303941dc7b267dab8c2a3876b237e67ed (patch)
tree5a1efb31377410ed7fbf5b52861d14182a5aa1e2
parentPrebuild util script (diff)
downloadRory-Open-Architecture-ffbe797303941dc7b267dab8c2a3876b237e67ed.tar.xz
Server changes
-rw-r--r--flake.lock6
-rw-r--r--host/Rory-ovh/services/containers/spacebar/root.nix2
-rw-r--r--host/Rory-ovh/services/containers/spacebar/services/spacebar.nix4
-rwxr-xr-xhost/Rory-ovh/services/nginx/nginx.nix1
4 files changed, 9 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock

index 5c52071..25b04ac 100644 --- a/flake.lock +++ b/flake.lock
@@ -1630,11 +1630,11 @@ "nixpkgs": "nixpkgs_12" }, "locked": { - "lastModified": 1771003249, - "narHash": "sha256-AMyG2yvBeELcs/z+yLDU8Y208gzz42Ppahv5iup5AjE=", + "lastModified": 1771451095, + "narHash": "sha256-xSAi3j/nKbG9Zf/KHlc53yrjZb56Gj1s4JBMUV7Y6xM=", "owner": "spacebarchat", "repo": "server", - "rev": "cc23978d5fe8f34c381d5bd8c58eff5b688b84c2", + "rev": "954a61f6b6fd79c195281ef181a9a0a5af34e907", "type": "github" }, "original": { diff --git a/host/Rory-ovh/services/containers/spacebar/root.nix b/host/Rory-ovh/services/containers/spacebar/root.nix
index 4011d51..67ecf09 100644 --- a/host/Rory-ovh/services/containers/spacebar/root.nix +++ b/host/Rory-ovh/services/containers/spacebar/root.nix
@@ -16,6 +16,8 @@ 3001 3002 3003 + 3004 + 3005 ]; }; diff --git a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix
index d581a4c..b96ac17 100644 --- a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix +++ b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix
@@ -166,7 +166,9 @@ in }; register = { blockIpDataCoThreatTypes = []; - checkIp = false; + #checkIp = false; + enableAbuseIpDb = true; + enableIpData = false; # 1500req/d, needed by gateway }; }; extraEnvironment = { diff --git a/host/Rory-ovh/services/nginx/nginx.nix b/host/Rory-ovh/services/nginx/nginx.nix
index d3bbed9..a644f77 100755 --- a/host/Rory-ovh/services/nginx/nginx.nix +++ b/host/Rory-ovh/services/nginx/nginx.nix
@@ -86,6 +86,7 @@ in "ec.rory.gay" = import ./rory.gay/ec.nix { inherit config; }; #spacebar... "rory.server.spacebar.chat" = import ./spacebar.chat/server/rory/root.nix { inherit config; }; + "admin.rory.server.spacebar.chat" = import ./spacebar.chat/server/rory/admin.nix { inherit config; }; "api.rory.server.spacebar.chat" = import ./spacebar.chat/server/rory/api.nix { inherit config; }; "gateway.rory.server.spacebar.chat" = import ./spacebar.chat/server/rory/gateway.nix { inherit config; }; "cdn.rory.server.spacebar.chat" = import ./spacebar.chat/server/rory/cdn.nix { inherit config; };