feat(openwebui): integrate searxng and crawl4ai, rename containers for consistency
Added new searxng and crawl4ai services with their secrets and environment variables for web search and crawling. Updated existing container names to use `-app` suffix and adjusted references. Added necessary directory creation for new services.
This commit is contained in:
@@ -55,6 +55,20 @@
|
||||
"advanced": "true",
|
||||
"type": "password"
|
||||
},
|
||||
{
|
||||
"description": "SearXNG secret key",
|
||||
"key": "SEARXNG_SECRET",
|
||||
"value": "",
|
||||
"required": "true",
|
||||
"generated": "openssl|hex|32"
|
||||
},
|
||||
{
|
||||
"description": "Crawl4AI API token",
|
||||
"key": "CRAWL4AI_API_TOKEN",
|
||||
"value": "",
|
||||
"required": "true",
|
||||
"generated": "random|md5|24"
|
||||
},
|
||||
{
|
||||
"description": "Postgres database name",
|
||||
"key": "POSTGRES_DB",
|
||||
|
||||
Reference in New Issue
Block a user