Skip to content

Commit

Permalink
configure bart for in
Browse files Browse the repository at this point in the history
  • Loading branch information
thilobillerbeck committed Jan 5, 2024
1 parent d41967d commit 0a9246c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.direnv
.direnv/
9 changes: 9 additions & 0 deletions machines/bart/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@ in
proxyPass = "http://localhost:5555";
};
};
"invoice.thilo-billerbeck.com" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:3003/";
proxyWebsockets = true;
};
};
};
};
forgejo = {
Expand Down Expand Up @@ -257,6 +265,7 @@ in
environmentFile = config.age.secrets.burnsBackupEnv.path;
paths = [
"/var/lib/forgejo/dump"
"/opt/stacks/invoiceninja/docker"
];
repository = "b2:backup-bart";
timerConfig = { OnCalendar = "*-*-* 3:00:00"; };
Expand Down

0 comments on commit 0a9246c

Please sign in to comment.