obsidian
This commit is contained in:
parent
e898c31de2
commit
00b7254d12
9 changed files with 107 additions and 45 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue