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:
@@ -9,7 +9,8 @@
|
|||||||
"SEARXNG_SECRET": "#SEARXNG_SECRET"
|
"SEARXNG_SECRET": "#SEARXNG_SECRET"
|
||||||
},
|
},
|
||||||
"openwebuicrawl4ai": {
|
"openwebuicrawl4ai": {
|
||||||
"CRAWL4AI_API_TOKEN": "#CRAWL4AI_API_TOKEN"
|
"CRAWL4AI_API_TOKEN": "#CRAWL4AI_API_TOKEN",
|
||||||
|
"SECRET_KEY": "#CRAWL4AI_SECRET"
|
||||||
},
|
},
|
||||||
"openwebuiapp": {
|
"openwebuiapp": {
|
||||||
"WEBUI_ADMIN_NAME": "#WEBUI_ADMIN_NAME",
|
"WEBUI_ADMIN_NAME": "#WEBUI_ADMIN_NAME",
|
||||||
|
|||||||
@@ -69,6 +69,13 @@
|
|||||||
"required": "true",
|
"required": "true",
|
||||||
"generated": "random|md5|24"
|
"generated": "random|md5|24"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Crawl4AI secret key",
|
||||||
|
"key": "CRAWL4AI_SECRET",
|
||||||
|
"value": "",
|
||||||
|
"required": "true",
|
||||||
|
"generated": "openssl|hex|32"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Postgres database name",
|
"description": "Postgres database name",
|
||||||
"key": "POSTGRES_DB",
|
"key": "POSTGRES_DB",
|
||||||
|
|||||||
Reference in New Issue
Block a user