diff --git a/flake.lock b/flake.lock
index 6d4d52e..e388064 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1342,11 +1342,11 @@
},
"nixpkgs_12": {
"locked": {
- "lastModified": 1767892417,
- "narHash": "sha256-dhhvQY67aboBk8b0/u0XB6vwHdgbROZT3fJAjyNh5Ww=",
+ "lastModified": 1768564909,
+ "narHash": "sha256-Kell/SpJYVkHWMvnhqJz/8DqQg2b6PguxVWOuadbHCc=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "3497aa5c9457a9d88d71fa93a4a8368816fbeeba",
+ "rev": "e4bae1bd10c9c57b2cf517953ab70060a828ee6f",
"type": "github"
},
"original": {
@@ -1652,11 +1652,11 @@
"nixpkgs": "nixpkgs_12"
},
"locked": {
- "lastModified": 1768150013,
- "narHash": "sha256-0XoTHMRTDFvxOqhksMLmPRSmBZIyelgnObfzvQ3RF2A=",
+ "lastModified": 1769063729,
+ "narHash": "sha256-qKl8E9Y0PNjtNMEJtPbNkdl3xtr6y7L5lTO8ezgIm4U=",
"owner": "spacebarchat",
"repo": "server",
- "rev": "3133c50e55859be16ccaab463bb96afabbcc5330",
+ "rev": "67318a4e9217e72b0061b0280f8ffbe9c26fc6f8",
"type": "github"
},
"original": {
diff --git a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix
index d5185dc..807caad 100644
--- a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix
+++ b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix
@@ -32,7 +32,7 @@ in
trustedProxies = "192.168.100.1, linklocal";
cdnSignUrls = true;
cdnSignatureIncludeIp = true;
- cdnSignatureIncludeUserAgent = true;
+ cdnSignatureIncludeUserAgent = false;
cdnSignatureDuration = "5m";
};
general = {
@@ -163,7 +163,8 @@ in
DATABASE = "postgres://spacebar:spacebar@192.168.100.1/spacebar";
#WEBRTC_PORT_RANGE=60000-61000;
#PUBLIC_IP=216.230.228.60;
- LOG_REQUESTS = "-200,204,304";
+ #LOG_REQUESTS = "-200,204,304";
+ LOG_REQUESTS = "-";
LOG_VALIDATION_ERRORS = true;
#DB_LOGGING=true;
#LOG_GATEWAY_TRACES=true;
|