Skip to content

Commit

Permalink
machine/profpatsch: init rolery
Browse files Browse the repository at this point in the history
new identity, who dis
  • Loading branch information
Profpatsch committed Oct 23, 2024
1 parent 09acb46 commit 8d7ce6b
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 103 deletions.
2 changes: 1 addition & 1 deletion machines/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ with import ../lib;
herja = callMachine devhell/herja.nix {};
};
profpatsch = {
shiki = callMachine ./profpatsch/shiki.nix {};
rolery = callMachine ./profpatsch/rolery.nix {};
haku = callMachine ./profpatsch/haku.nix {};
legosi = callMachine ./profpatsch/legosi.nix {};
leguin = callMachine ./profpatsch/leguin.nix {};
Expand Down
2 changes: 1 addition & 1 deletion machines/profpatsch/haku.nix
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ in
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://shiki:9999";
proxyPass = "http://rolery:9999";
extraConfig = ''
# forward original host so we can validate mastodon http header signatures
proxy_set_header Host $host;
Expand Down
Loading

0 comments on commit 8d7ce6b

Please sign in to comment.