feat(openwebui): add CRAWL4AI_SECRET for Crawl4AI service

Add a new required secret key `SECRET_KEY` referencing `CRAWL4AI_SECRET` in the openwebui-secret configuration, and define the corresponding template entry with generation via `openssl hex 32`. This enables secure authentication for the Crawl4AI integration.
This commit is contained in:
gyurix
2026-07-15 13:52:05 +02:00
parent 8dc456dcda
commit 64fad037ae
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"SEARXNG_SECRET": "#SEARXNG_SECRET"
},
"openwebuicrawl4ai": {
"CRAWL4AI_API_TOKEN": "#CRAWL4AI_API_TOKEN"
"CRAWL4AI_API_TOKEN": "#CRAWL4AI_API_TOKEN",
"SECRET_KEY": "#CRAWL4AI_SECRET"
},
"openwebuiapp": {
"WEBUI_ADMIN_NAME": "#WEBUI_ADMIN_NAME",