[eastblue] feat: Add Vikunja

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
SindreKjelsrud 2025-09-26 20:47:26 +02:00
parent af046914ed
commit 625240b8c6
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -83,6 +83,12 @@
port = 2283; port = 2283;
mediaLocation = "/mnt/media/immich-photos"; mediaLocation = "/mnt/media/immich-photos";
}; };
vikunja = {
enable = true;
frontendHostname = "0.0.0.0";
frontendScheme = "https";
settings.service.enableregistration = false;
};
}; };
fileSystems."/mnt/media" = { fileSystems."/mnt/media" = {