summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-28 16:37:47 +0100
committerRory& <root@rory.gay>2025-12-28 16:37:47 +0100
commitc175ea871068542c3e07bc5fe45da9f68ca6aac8 (patch)
treed43e27e4885fef6183dc9b16040e470437909088 /host
parentSet general configuration for spacebar (diff)
downloadRory-Open-Architecture-master.tar.xz
Re-enable cdn signatures HEAD master
Diffstat (limited to 'host')
-rw-r--r--host/Rory-ovh/services/containers/spacebar/services/spacebar.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix

index 1a35d5f..67b1839 100644 --- a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix +++ b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix
@@ -30,6 +30,10 @@ in security = { forwardedFor = "X-Forwarded-For"; trustedProxies = "192.168.100.1, linklocal"; + cdnSignUrls = true; + cdnSignatureIncludeIp = true; + cdnSignatureIncludeUserAgent = true; + cdnSignatureDuration = "5m"; }; general = { frontPage = "https://spacebar.chat"; @@ -46,7 +50,7 @@ in bots = false; canLeave = true; enabled = true; - guilds = ["1006649183970562092"]; + guilds = [ "1006649183970562092" ]; }; }; user = {