added more stuff
This commit is contained in:
parent
369cfc5d52
commit
6eacd76d61
13 changed files with 237 additions and 60 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue