Update
This commit is contained in:
parent
f761b8c66a
commit
e0803c6bd5
@ -12,6 +12,7 @@
|
|||||||
"jack.anotherhadi.com"
|
"jack.anotherhadi.com"
|
||||||
"ntfy.anotherhadi.com"
|
"ntfy.anotherhadi.com"
|
||||||
"home.anotherhadi.com"
|
"home.anotherhadi.com"
|
||||||
|
"kuma.anotherhadi.com"
|
||||||
];
|
];
|
||||||
proxied = true;
|
proxied = true;
|
||||||
apiTokenFile = "/etc/cloudflare/apiToken";
|
apiTokenFile = "/etc/cloudflare/apiToken";
|
||||||
|
@ -6,5 +6,9 @@
|
|||||||
PORT = "3005";
|
PORT = "3005";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.nginx.virtualHosts."kuma.anotherhadi.com" = {
|
||||||
|
enableACME = true;
|
||||||
|
locations."/" = { proxyPass = "http://127.0.0.1:3005"; };
|
||||||
|
};
|
||||||
networking.firewall.allowedTCPPorts = [ 3005 ];
|
networking.firewall.allowedTCPPorts = [ 3005 ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user