juspay / services-flake

NixOS-like services for Nix flakes
https://community.flake.parts/services-flake
MIT License
299 stars 28 forks source link

`example/llm` creates data files in `$PWD` #229

Closed srid closed 1 month ago

srid commented 1 month ago
image
srid commented 1 month ago

In #228, I fixed the data/open-webui1 part ... but .webui_secret_key is still being created in $PWD.

shivaraj-bh commented 1 month ago

we can temporarily fix it by setting WEBUI_SECRET_KEY env: https://github.com/open-webui/open-webui/blob/162643a4b17edc24426980e4eddcdcfd7c3f7970/backend/config.py#L706-L711