summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-16 03:24:36 +0000
committerRory& <root@rory.gay>2026-02-16 03:24:56 +0000
commit690f174074f28eb43e0b596f2099b883000e4fed (patch)
tree7ac02c9f203c6b98660bbd0e772493a5bf525789 /host
parentAdd spacebar admin api (diff)
downloadRory-Open-Architecture-690f174074f28eb43e0b596f2099b883000e4fed.tar.xz
Server changes
Diffstat (limited to 'host')
-rw-r--r--host/Rory-ovh/services/containers/spacebar/services/spacebar.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix

index ec2767f..d581a4c 100644 --- a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix +++ b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix
@@ -164,6 +164,10 @@ in "steam" ]; }; + register = { + blockIpDataCoThreatTypes = []; + checkIp = false; + }; }; extraEnvironment = { DATABASE = "postgres://spacebar:spacebar@192.168.100.1/spacebar";