hainich/hedgedoc: set domain to pad.hacc.earth

This commit is contained in:
schweby 2021-04-12 19:38:05 +02:00
parent 73bfa29896
commit e90f377a2b
No known key found for this signature in database
GPG key ID: B880491D046E2F87

View file

@ -22,10 +22,10 @@
allowAnonymous = true;
allowFreeURL = true;
allowGravatar = false;
allowOrigin = [ "localhost" "pad.hacc.space" "fff-muc.de" ];
allowOrigin = [ "localhost" "pad.hacc.space" "fff-muc.de" "pad.hacc.earth" ];
dbURL = "postgres://codimd:codimd@localhost:5432/codimd";
defaultPermission = "limited";
domain = "pad.hacc.space";
domain = "pad.hacc.earth";
host = "0.0.0.0";
protocolUseSSL = true;
hsts.preload = false;
@ -63,7 +63,7 @@
};
};
services.nginx.virtualHosts."pad.hacc.space" = {
services.nginx.virtualHosts."pad.hacc.earth" = {
forceSSL = true;
enableACME = true;
locations."/" = {