From 16245e830fc9eeb078c051fb3960c6d2e780d9b9 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 1 Jan 2022 20:03:32 +0100 Subject: [PATCH] remove truelove-specific workadventure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This removes the special configuration to make our workadventure useable for the truelove event and reverts it to just run at void.hacc.space without authentication etc. Tbh, not sure if that's actually what we want — do we need a running workadventure instance at all? Or should we just remove the entire container? --- services/workadventure.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/services/workadventure.nix b/services/workadventure.nix index 63c6a21..a95fd39 100644 --- a/services/workadventure.nix +++ b/services/workadventure.nix @@ -37,17 +37,12 @@ in locations."/" = { proxyPass = "http://192.168.150.3"; proxyWebsockets = true; - extraConfig = '' - allow 23.88.116.81; - allow 2a01:4f8:c17:86ba::1; - deny all; - ''; }; enableACME = true; forceSSL = true; }; - containers.wa-truelove = { + containers.wa-void = { autoStart = true; privateNetwork = true; @@ -65,13 +60,13 @@ in ((import sources.nix-hexchen) {}).profiles.nopersist ]; - services.workadventure."truelove" = { + services.workadventure."void" = { packageset = (import wapkgs {inherit pkgs;}).workadventure-xce; nginx = { default = true; - domain = "https://true-love.world.hacc.space"; + domain = "https://void.hacc.space"; }; frontend.startRoomUrl = "/_/global/localhost/maps/main.json";