Implemented KaraKeep service as NixOS container

This commit is contained in:
pazpi 2026-03-30 10:04:45 +02:00
parent 8f0f6f5013
commit 8d9814db05
No known key found for this signature in database
9 changed files with 171 additions and 13 deletions

View file

@ -104,6 +104,12 @@ in
host = p.hosts.actual;
};
karakeep.proxy = {
enable = true;
domain = p.domains.public;
host = p.hosts.karakeep;
};
searx = {
enable = true;
secretFile = config.age.secrets.searx-secret.path;
@ -187,11 +193,6 @@ in
host = "http://${p.hosts.docker}:4080";
domain = p.domains.public;
}
{
subdomain = "keep";
host = "http://${p.hosts.docker}:3000";
domain = p.domains.public;
}
{
subdomain = "maps";
host = "http://${p.hosts.docker}:5000";