Skip to content

Commit

Permalink
modified bart firewall and proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
thilobillerbeck committed Dec 5, 2023
1 parent 8a1bd61 commit 91b0d00
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion machines/skinner/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ in

networking = {
hostName = "skinner";
firewall = { allowedTCPPorts = [ 22 80 443 5001 9001 ]; };
firewall = { allowedTCPPorts = [ 22 80 443 5001 8080 9001 ]; };
};

virtualisation = {
Expand Down Expand Up @@ -64,6 +64,14 @@ in
proxyPass = "http://localhost:5678";
};
};
"testcloud.thilo-billerbeck.com" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://localhost:11000";
};
};
};
};
prometheus = {
Expand Down

0 comments on commit 91b0d00

Please sign in to comment.