mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:16:33 +01:00
change port
This commit is contained in:
parent
f26eeb4221
commit
3e2f5db717
1 changed files with 3 additions and 8 deletions
|
@ -40,8 +40,8 @@ in
|
||||||
locations."/".extraConfig = ''
|
locations."/".extraConfig = ''
|
||||||
return 404;
|
return 404;
|
||||||
'';
|
'';
|
||||||
locations."/_matrix".proxyPass = "http://[::1]:8018";
|
locations."/_matrix".proxyPass = "http://[::1]:8448";
|
||||||
locations."/_synapse/client".proxyPass = "http://[::1]:8018";
|
locations."/_synapse/client".proxyPass = "http://[::1]:8448";
|
||||||
};
|
};
|
||||||
"element.missing.ninja" = {
|
"element.missing.ninja" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
@ -63,7 +63,7 @@ in
|
||||||
public_baseurl = baseUrl;
|
public_baseurl = baseUrl;
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
port = 8018;
|
port = 8448;
|
||||||
bind_addresses = [ "::1" ];
|
bind_addresses = [ "::1" ];
|
||||||
type = "http";
|
type = "http";
|
||||||
tls = false;
|
tls = false;
|
||||||
|
@ -81,10 +81,5 @@ in
|
||||||
|
|
||||||
services.mautrix-whatsapp = {
|
services.mautrix-whatsapp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
|
||||||
homeserver = {
|
|
||||||
address = "http://localhost:8018";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue