fix(tandoor): Change AI_RATELIMIT to str type

This commit is contained in:
Elias Sjögreen
2025-08-09 13:17:53 +02:00
committed by GitHub
parent 0634631402
commit 83b403d086
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ Optional :
"POSTGRES_DB": "str?" # Needed for postgresql_external
"AI_MODEL_NAME": "str?", # Used when configuring llm integration
"AI_API_KEY": "str?", # Used when configuring llm integration
"AI_RATELIMIT": "int?", # Used when configuring llm integration
"AI_RATELIMIT": "str?", # Used when configuring llm integration
"externalfiles_folder": "str?" # a folder that you want to map in to tandoor. Not needed as /share/ and /media/ are mapped. This folder will be created if it doesn't already exist.
```
This add-on now uses Tandoor's integrated Nginx server and exposes port 80 (mapped to 9928 by default).