feat: add remote server
This commit is contained in:
parent
d5254af7dd
commit
fa30b1468d
1 changed files with 9 additions and 6 deletions
|
|
@ -13,6 +13,7 @@ rec {
|
||||||
pi = "192.168.2.100";
|
pi = "192.168.2.100";
|
||||||
desktop = "192.168.2.101";
|
desktop = "192.168.2.101";
|
||||||
router = "192.168.2.1";
|
router = "192.168.2.1";
|
||||||
|
remoteProxy = "193.31.24.99";
|
||||||
};
|
};
|
||||||
|
|
||||||
dhcp = {
|
dhcp = {
|
||||||
|
|
@ -56,18 +57,20 @@ rec {
|
||||||
"router" = {
|
"router" = {
|
||||||
ip = ips.router;
|
ip = ips.router;
|
||||||
};
|
};
|
||||||
|
"remoteProxy" = {
|
||||||
|
ip = ips.remoteProxy;
|
||||||
|
}
|
||||||
"continuwuity" = {
|
"continuwuity" = {
|
||||||
ip = ips.pi;
|
ip = ips.pi;
|
||||||
reverse_proxy = {
|
reverse_proxy = {
|
||||||
port = 6167;
|
port = 6167;
|
||||||
aliases = [ "matrix" ];
|
aliases = [ "matrix" ];
|
||||||
endpoints = [
|
extraConfig = {
|
||||||
"/_matrix"
|
enableACME = true;
|
||||||
"/_matrix/federation"
|
forceSSL = true;
|
||||||
];
|
|
||||||
};
|
};
|
||||||
domainOverride = "continuwuity.home";
|
};
|
||||||
|
domainOverride = "v2202603344638441294.bestsrv.de";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue