feat: add terraforming of authentik
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
Xavier Morel
2026-03-25 21:24:08 +01:00
parent f66447fd26
commit 047d68a998
30 changed files with 819 additions and 142 deletions
+16
View File
@@ -0,0 +1,16 @@
{
config,
tools,
pkgs,
...
}:
{
services.paperless = {
enable = true;
configureTika = true;
domain = tools.build_hostname "papers";
environmentFile = config.age.secrets.papers-environment-file.path;
passwordFile = config.age.secrets.papers-password-file.path;
port = 80;
};
}