mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
karakeep docker
This commit is contained in:
parent
3e902634af
commit
a65894eb34
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@
|
|||
"KARAKEEP_VERSION" = "release";
|
||||
"MEILI_NO_ANALYTICS" = "true";
|
||||
"NEXTAUTH_URL" = "http://localhost";
|
||||
"OPENAI_BASE_URL" = "https://generativelanguage.googleapis.com/v1beta";
|
||||
"OPENAI_BASE_URL" = "https://generativelanguage.googleapis.com/v1beta/openai/";
|
||||
};
|
||||
environmentFiles = [
|
||||
/etc/nixos/secrets/karakeep.env
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
"KARAKEEP_VERSION" = "release";
|
||||
"MEILI_ADDR" = "http://meilisearch:7700";
|
||||
"NEXTAUTH_URL" = "http://localhost";
|
||||
"OPENAI_BASE_URL" = "https://generativelanguage.googleapis.com/v1beta";
|
||||
"OPENAI_BASE_URL" = "https://generativelanguage.googleapis.com/v1beta/openai/";
|
||||
};
|
||||
environmentFiles = [
|
||||
/etc/nixos/secrets/karakeep.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue