Commit Graph

26 Commits

Author SHA1 Message Date
gyurix
ba68e3cdd3 feat(openwebui): add SearXNG config and Pipelines API key
Added default SearXNG configuration files (settings.yml and limiter.toml) to the service startup command, enabling proper setup with user-agent, bind address, and rate limiting. Introduced a new required PIPELINES_API_KEY environment variable with auto-generation using openssl, ensuring pipeline authentication is configured out of the box.
2026-07-16 18:33:42 +02:00
gyurix
7ffb4a598a feat(openwebui): add web search config and pipelines secret
- Introduce `PIPELINES_API_KEY` in the secrets file to secure pipelines communication
- Replace hardcoded RAG and web search URLs with template variables, enabling flexible configuration
- Add new template variables (`ENABLE_WEB_SEARCH`, `WEB_SEARCH_ENGINE`, `WEB_LOADER_ENGINE`, `SEARXNG_QUERY_URL`, `EXTERNAL_WEB_LOADER_URL`) with defaults
- Include OpenWebUI secret env file in the service definition for consistent secret injection
- Set `ENABLE_PERSISTENT_CONFIG` to false to align with the parametrized deployment approach

These changes decouple service endpoints from the deployment template, allowing users to easily customize web search and RAG integrations without modifying service definitions.
2026-07-16 15:08:13 +02:00
gyurix
64fad037ae 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.
2026-07-15 13:52:05 +02:00
gyurix
8dc456dcda 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.
2026-07-15 13:37:21 +02:00
e6bef6e799 Merge pull request 'dev' (#93) from dev into main
Reviewed-on: #93
2026-07-14 13:28:09 +00:00
gyurix
b2a54eb308 added roundcube application 2026-07-14 15:16:56 +02:00
26e7ae14bc Merge pull request 'added admin email address to openwebui' (#92) from dev into main
Reviewed-on: #92
2026-06-16 07:26:34 +00:00
gyurix
84750839dd added admin email address to openwebui 2026-06-16 09:25:35 +02:00
50dc3ab2b0 revert d55c4ba91c
revert Merge pull request 'updated openwebui logo' (#90) from dev into main

Reviewed-on: #90
2026-06-12 10:15:05 +00:00
gyurix
d1cc35f74a updated openwebui logo 2026-06-12 12:13:12 +02:00
gyurix
09db63628f updated openwebui logo 2026-06-12 11:28:38 +02:00
gyurix
312c394c47 updated openwebui logo 2026-06-12 08:41:23 +02:00
gyurix
dfd7499bcb updated openwebui logo 2026-06-11 22:32:51 +02:00
gyurix
b70d06cb9f updated logo 2026-06-11 21:00:22 +02:00
gyurix
69ee047ca3 updated logo 2026-06-11 20:47:18 +02:00
gyurix
e98ddd732a updated openwebui logo 2026-06-11 20:43:27 +02:00
gyurix
0225a4a99f added WEBUI_ADMIN_EMAIL variable 2026-06-11 14:24:06 +02:00
gyurix
0acd1b437c added addtional memory limits 2026-06-11 14:14:45 +02:00
gyurix
0d01cecc65 removed unnecessary line 2026-06-11 14:12:14 +02:00
gyurix
997d009d30 updated values in openwebui 2026-06-11 14:00:53 +02:00
gyurix
83454d883c updated openwebui service file 2026-06-11 13:27:06 +02:00
gyurix
54d622151f updated openwebui logo 2026-06-11 12:52:37 +02:00
gyurix
7978eb7e94 updated openwebui logo 2026-06-11 12:25:49 +02:00
gyurix
191b0ddf90 replaced openwebui logo 2026-06-11 12:21:10 +02:00
gyurix
d51031b453 updated openwebui logo 2026-06-11 12:15:00 +02:00
gyurix
5879ea246e added openwebui application 2026-06-11 12:07:35 +02:00