summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-27 02:34:53 +0100
committerRory& <root@rory.gay>2025-12-27 02:34:53 +0100
commitbb64c113d6cebb47f7713a20072ce82fabe16d95 (patch)
treee4062d7cb6f8c15ff61e91776806e6cf34c5be0a /host
parentallow ve-spacebar to 5432 (diff)
downloadRory-Open-Architecture-bb64c113d6cebb47f7713a20072ce82fabe16d95.tar.xz
Spacebar server name
Diffstat (limited to 'host')
-rw-r--r--host/Rory-ovh/services/containers/spacebar/services/spacebar.nix1
1 files changed, 1 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 51170ef..5671a83 100644 --- a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix +++ b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix
@@ -7,6 +7,7 @@ in imports = [ spacebar.nixosModules.default ]; services.spacebarchat-server = { enable = true; + serverName = "spacebar.chat"; apiEndpoint = sb.mkEndpoint "api.rory.server.spacebar.chat" 3001 true; gatewayEndpoint = sb.mkEndpoint "gateway.rory.server.spacebar.chat" 3002 true; cdnEndpoint = sb.mkEndpoint "cdn.rory.server.spacebar.chat" 3003 true;