Skip to content

Commit

Permalink
add skymoth domain
Browse files Browse the repository at this point in the history
  • Loading branch information
thilobillerbeck committed Nov 23, 2023
1 parent ae20e0c commit b09d599
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions machines/skinner/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ in
proxyPass = "http://localhost:5678";
};
};
"skymoth.thilo-billerbeck.com" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://localhost:5555";
};
};
};
};
prometheus = {
Expand Down

0 comments on commit b09d599

Please sign in to comment.