add hledger

This commit is contained in:
Joakim Repomaa
2025-05-26 09:36:55 +03:00
parent d625368bd0
commit 027ae0bef8
8 changed files with 80 additions and 1 deletions

View File

@@ -375,5 +375,17 @@ in
enable = true;
subdomain = "irc";
};
hledger-web = {
enable = true;
subdomain = "ledger";
stateDir = "${syncthingDataDir}/ledger";
basicAuthFile = secrets.hledger-basic-auth.path;
user = config.systemd.services.syncthing.serviceConfig.User;
group = config.systemd.services.syncthing.serviceConfig.Group;
journalFiles = [
"main.ldg"
];
};
};
}