Add configuration for hoarder
This commit is contained in:
parent
9e9449c6ed
commit
3f8e820bab
8 changed files with 120 additions and 17 deletions
8
roles/hoarder/templates/.env.j2
Normal file
8
roles/hoarder/templates/.env.j2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
HOARDER_VERSION={{ versions.hoarder_version }}
|
||||
NEXTAUTH_SECRET={{ hoarder_nextauth_secret }}
|
||||
MEILI_MASTER_KEY={{ hoarder_meili_master_key }}
|
||||
NEXTAUTH_URL={{ hoarder_nextauth_url }}
|
||||
OPENAI_API_KEY={{ openapi_key }}
|
||||
DISABLE_SIGNUPS=true
|
||||
INFERENCE_TEXT_MODEL=gpt-4o-mini
|
||||
INFERENCE_IMAGE_MODEL=gpt-4o-mini
|
||||
Loading…
Add table
Add a link
Reference in a new issue