feat(openwebui): integrate searxng and crawl4ai, rename containers for consistency #104

Merged
gyurix merged 2 commits from dev into main 2026-07-15 21:30:59 +00:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit 64fad037ae - Show all commits
+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",
+7
View File
@@ -69,6 +69,13 @@
"required": "true",
"generated": "random|md5|24"
},
{
"description": "Crawl4AI secret key",
"key": "CRAWL4AI_SECRET",
"value": "",
"required": "true",
"generated": "openssl|hex|32"
},
{
"description": "Postgres database name",
"key": "POSTGRES_DB",