remove truelove-specific workadventure

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?
This commit is contained in:
stuebinm 2022-01-01 20:03:32 +01:00
parent 9b38e5fba1
commit 16245e830f
No known key found for this signature in database
GPG key ID: 8FBE8AAD32FA12B7

View file

@ -37,17 +37,12 @@ in
locations."/" = { locations."/" = {
proxyPass = "http://192.168.150.3"; proxyPass = "http://192.168.150.3";
proxyWebsockets = true; proxyWebsockets = true;
extraConfig = ''
allow 23.88.116.81;
allow 2a01:4f8:c17:86ba::1;
deny all;
'';
}; };
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
}; };
containers.wa-truelove = { containers.wa-void = {
autoStart = true; autoStart = true;
privateNetwork = true; privateNetwork = true;
@ -65,13 +60,13 @@ in
((import sources.nix-hexchen) {}).profiles.nopersist ((import sources.nix-hexchen) {}).profiles.nopersist
]; ];
services.workadventure."truelove" = { services.workadventure."void" = {
packageset = (import wapkgs {inherit pkgs;}).workadventure-xce; packageset = (import wapkgs {inherit pkgs;}).workadventure-xce;
nginx = { nginx = {
default = true; default = true;
domain = "https://true-love.world.hacc.space"; domain = "https://void.hacc.space";
}; };
frontend.startRoomUrl = "/_/global/localhost/maps/main.json"; frontend.startRoomUrl = "/_/global/localhost/maps/main.json";