From f24da2510df6dec99032267173b74cbf5237b806 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 15 Mar 2021 17:11:38 +0100 Subject: [PATCH] mattermost: change url to mattermost-beta.infra4future.de I propose we deploy this sometime and see how it goes (as soon as someone sets up DNS for this). --- hosts/hainich/services/mattermost.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hainich/services/mattermost.nix b/hosts/hainich/services/mattermost.nix index eb3fb88..19b172e 100644 --- a/hosts/hainich/services/mattermost.nix +++ b/hosts/hainich/services/mattermost.nix @@ -22,7 +22,7 @@ # there's two mattermost modules ... services.mattermost-patched = { enable = true; - siteUrl = "https://mattermost.infra4future.de"; + siteUrl = "https://mattermost-beta.infra4future.de"; siteName = "Mattermost - Blabla for Future"; listenAddress = "[::]:3000"; mutableConfig = false; @@ -193,7 +193,7 @@ }; }; - services.nginx.virtualHosts."mattermost.infra4future.de" = { + services.nginx.virtualHosts."mattermost-beta.infra4future.de" = { locations."/".proxyPass = "http://[${config.containers.mattermost.localAddress6}]:3000"; forceSSL = true; enableACME = true;