Compare commits
No commits in common. "c15b21d97f8e261294f329147668127ac4f227a5" and "fd9d7d25f84c29f01c6c77fbbbdaa200a976a50a" have entirely different histories.
c15b21d97f
...
fd9d7d25f8
5 changed files with 8 additions and 13 deletions
|
|
@ -197,11 +197,6 @@ in
|
|||
host = "http://${p.hosts.docker}:3333";
|
||||
domain = p.domains.public;
|
||||
}
|
||||
{
|
||||
subdomain = "books";
|
||||
host = "http://${p.hosts.docker-vm}:6060";
|
||||
domain = p.domains.public;
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -28,10 +28,10 @@ in
|
|||
extraEnvironment = {
|
||||
NEXTAUTH_URL = "https://keep.${p.domains.public}";
|
||||
CRAWLER_FULL_PAGE_SCREENSHOT = "true";
|
||||
OPENAI_BASE_URL = "https://openrouter.ai/api/v1";
|
||||
INFERENCE_IMAGE_MODEL = "openai/gpt-4o-mini";
|
||||
INFERENCE_TEXT_MODEL = "openai/gpt-4.1-mini";
|
||||
EMBEDDING_TEXT_MODEL = "openai/text-embedding-3-small";
|
||||
OPENAI_BASE_URL = "https://litellm.ts.${p.domains.public}";
|
||||
INFERENCE_IMAGE_MODEL = "GPT-4o Mini";
|
||||
INFERENCE_TEXT_MODEL = "GPT-4.1 Mini";
|
||||
EMBEDDING_TEXT_MODEL = "text-embedding-3-small";
|
||||
DISABLE_PASSWORD_AUTH = "true";
|
||||
OAUTH_PROVIDER_NAME = "Authentik";
|
||||
OAUTH_WELLKNOWN_URL = "https://auth.${p.domains.public}/application/o/karakeep/.well-known/openid-configuration";
|
||||
|
|
@ -41,5 +41,9 @@ in
|
|||
virtualisation.proxmox.enable = true;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 3000 ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ ];
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ in
|
|||
collabora = "collabora.${private-domain}";
|
||||
actual = "actual-budget.${private-domain}";
|
||||
karakeep = "karakeep.${private-domain}";
|
||||
docker-vm = "docker-vm.${private-domain}";
|
||||
};
|
||||
personal = {
|
||||
username = "pazpi";
|
||||
|
|
|
|||
|
|
@ -80,9 +80,6 @@ in
|
|||
}
|
||||
// cfg.extraEnvironment;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ cfg.port ];
|
||||
|
||||
})
|
||||
|
||||
(lib.mkIf cfg.proxy.enable {
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue