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:
parent
a3a4264b38
commit
f24da2510d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue