Implemented KaraKeep service as NixOS container
This commit is contained in:
parent
8f0f6f5013
commit
8d9814db05
9 changed files with 171 additions and 13 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue