obsidian
Some checks failed
/ lint (push) Failing after 8s
/ build (push) Failing after 3h12m10s

This commit is contained in:
Jana Dönszelmann 2025-09-08 12:13:53 -07:00
parent e898c31de2
commit 00b7254d12
No known key found for this signature in database
9 changed files with 107 additions and 45 deletions

View file

@ -11,7 +11,8 @@
enableACME = true;
locations."/" = {
proxyPass = "http://[::1]:3000";
proxyPass = "http://localhost:3000";
proxyWebsockets = true;
};
};
};
@ -20,9 +21,9 @@
description = "Review Queue";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ]; # if networking is needed
after = [ "network.target" ];
restartIfChanged = true; # set to false, if restarting is problematic
restartIfChanged = true;
serviceConfig = {
ExecStart = "${flakes.reviewqueue.packages.${pkgs.system}.default}/bin/reviewqueue";