Skip to content

Commit

Permalink
host/oracle: Use https for invoiceplane
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyndeno committed Nov 11, 2024
1 parent d5b03ee commit bc4bf79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hosts/oracle/services/invoiceplane.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
webserver = "nginx";
sites."invoice.lyndeno.ca" = {
enable = true;
settings = {
IP_URL = "https://invoice.lyndeno.ca";
};
};
}
4 changes: 4 additions & 0 deletions hosts/oracle/services/nginx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
forceSSL = true;
root = "${inputs.site.packages.${pkgs.system}.default}/";
};
virtualHosts."invoice.lyndeno.ca" = {
enableACME = true;
forceSSL = true;
};
}

0 comments on commit bc4bf79

Please sign in to comment.