feat: refactor Hoarder service configuration to use .env file for environment variables
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
2025-03-11 20:45:45 +01:00
parent d839c81603
commit b511bafe27
3 changed files with 18 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
MEILI_NO_ANALYTICS=true"
HOARDER_VERSION=release
NEXTAUTH_SECRET={{ lookup('onepassword', ref='op://j7nmhqlsjmp2r6umly5t75hzb4/Hoarder/NEXTAUTH_SECRET') }}"
MEILI_MASTER_KEY={{ lookup('onepassword', ref='op://j7nmhqlsjmp2r6umly5t75hzb4/Hoarder/MEILI_MASTER_KEY') }}"
NEXTAUTH_URL=http://localhost:3000
DATA_DIR=/data
MEILI_ADDR=http://meilisearch:7700
BROWSER_WEB_URL=http://chrome:9222
OPENAI_API_KEY={{ lookup('onepassword', ref='op://j7nmhqlsjmp2r6umly5t75hzb4/Hoarder/OPENAI_API_KEY') }}"