added more stuff

This commit is contained in:
fwastring 2026-02-18 17:35:47 +01:00
parent 369cfc5d52
commit 6eacd76d61
13 changed files with 237 additions and 60 deletions

View file

@ -35,6 +35,7 @@ in
(modulesDirectory + /services/kanboard)
(modulesDirectory + /services/immich)
(modulesDirectory + /services/paperless)
(modulesDirectory + /services/filebrowser)
];
sops.defaultSopsFile = ../../secrets/sops.yaml;
@ -94,6 +95,12 @@ in
port = 8121;
domain = "message.wastring.com";
};
filebrowser = {
enable = true;
host = "127.0.0.1";
port = 8126;
domain = "files.wastring.com";
};
glance = {
enable = true;
host = "127.0.0.1";