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).
This commit is contained in:
stuebinm 2021-03-15 17:11:38 +01:00 committed by schweby
parent 2e1c865ebf
commit 33d6296dbb

View file

@ -22,7 +22,7 @@
# there's two mattermost modules ... # there's two mattermost modules ...
services.mattermost-patched = { services.mattermost-patched = {
enable = true; enable = true;
siteUrl = "https://mattermost.infra4future.de"; siteUrl = "https://mattermost-beta.infra4future.de";
siteName = "Mattermost - Blabla for Future"; siteName = "Mattermost - Blabla for Future";
listenAddress = "[::]:3000"; listenAddress = "[::]:3000";
mutableConfig = false; 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"; locations."/".proxyPass = "http://[${config.containers.mattermost.localAddress6}]:3000";
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;