mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
karakeep docker
This commit is contained in:
parent
ee05f41a85
commit
f5d188567e
1 changed files with 3 additions and 6 deletions
|
|
@ -50,12 +50,9 @@
|
|||
virtualisation.oci-containers.containers."karakeep-meilisearch" = {
|
||||
image = "getmeili/meilisearch:v1.13.3";
|
||||
environment = {
|
||||
"INFERENCE_IMAGE_MODEL" = "gemini-2.5-flash";
|
||||
"INFERENCE_TEXT_MODEL" = "gemma-3-12b-it";
|
||||
"KARAKEEP_VERSION" = "release";
|
||||
"MEILI_NO_ANALYTICS" = "true";
|
||||
"NEXTAUTH_URL" = "http://localhost";
|
||||
# "OPENAI_BASE_URL" = "https://generativelanguage.googleapis.com/v1beta/";
|
||||
};
|
||||
environmentFiles = [
|
||||
/etc/nixos/secrets/karakeep.env
|
||||
|
|
@ -96,12 +93,12 @@
|
|||
environment = {
|
||||
"BROWSER_WEB_URL" = "http://chrome:9222";
|
||||
"DATA_DIR" = "/data";
|
||||
"INFERENCE_IMAGE_MODEL" = "gemini-2.5-flash";
|
||||
"INFERENCE_TEXT_MODEL" = "gemma-3-12b-it";
|
||||
"INFERENCE_IMAGE_MODEL" = "google/gemma-3-27b-it:free";
|
||||
"INFERENCE_TEXT_MODEL" = "google/gemma-3-27b-it:free";
|
||||
"KARAKEEP_VERSION" = "release";
|
||||
"MEILI_ADDR" = "http://meilisearch:7700";
|
||||
"NEXTAUTH_URL" = "http://localhost";
|
||||
"OPENAI_BASE_URL" = "https://generativelanguage.googleapis.com/v1beta";
|
||||
"OPENAI_BASE_URL" = "https://openrouter.ai/api/v1";
|
||||
};
|
||||
environmentFiles = [
|
||||
/etc/nixos/secrets/karakeep.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue