Added Nginx as a proxy server option

* Nginx is the default proxy server
This commit is contained in:
2024-10-06 13:30:32 -04:00
parent 60640a5023
commit 1abeb7dc5a
3 changed files with 132 additions and 44 deletions

View File

@@ -19,7 +19,6 @@
services.invoice-ninja = {
enable = true;
database.createLocally = true;
caddy = true;
secretFile = ./test-secrets.env;
};