mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
removed caddy open ports
This commit is contained in:
parent
ea5b8c14c9
commit
1f6b91bb59
4 changed files with 5 additions and 10 deletions
|
@ -6,14 +6,6 @@
|
|||
reverse_proxy :8082
|
||||
'';
|
||||
|
||||
virtualHosts.":3001".extraConfig = ''
|
||||
reverse_proxy :3000
|
||||
'';
|
||||
|
||||
virtualHosts.":4001".extraConfig = ''
|
||||
reverse_proxy :4000
|
||||
'';
|
||||
|
||||
virtualHosts.":5050".extraConfig = ''
|
||||
reverse_proxy :8083
|
||||
'';
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
http_addr = "127.0.0.1";
|
||||
http_addr = "0.0.0.0";
|
||||
http_port = 3000;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
services.uptime-kuma = {
|
||||
enable = true;
|
||||
settings = {
|
||||
HOST = "0.0.0.0";
|
||||
PORT = "4000";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue