changed how caddy works

This commit is contained in:
2025-05-22 13:25:57 +02:00
parent af966ab2f3
commit 9fd98e97fe
14 changed files with 105 additions and 88 deletions

View File

@@ -88,6 +88,12 @@ in {
];
};
settings.containers.caddy.routes.tbmrs-local.routes = [{
name = "paperless-ngx";
host = "paperless";
url = "paperless-ngx:8000";
}];
sops.secrets = {
"containers/paperless-ngx/db-password" = { };
"containers/paperless-ngx/secret" = { };