519 Commits

Author SHA1 Message Date
9f366eb8d6 Merge pull request 'removed uneccessary pipelines relevant parts' (#116) from dev into main
Reviewed-on: #116
2026-07-28 09:22:25 +00:00
gyurix
de0e5ae45d removed uneccessary pipelines relevant parts 2026-07-28 11:21:38 +02:00
27bd78b7f0 Merge pull request 'changed ENABLE_PERSISTENT_CONFIG variable into openwebui' (#115) from dev into main
Reviewed-on: #115
2026-07-18 20:38:59 +00:00
gyurix
a7e85af935 changed ENABLE_PERSISTENT_CONFIG variable into openwebui 2026-07-18 22:38:33 +02:00
8e32192383 Merge pull request 'setup crawl4ai correctly' (#114) from dev into main
Reviewed-on: #114
2026-07-18 12:31:33 +00:00
gyurix
88d63ab725 setup crawl4ai correctly 2026-07-18 14:31:14 +02:00
6279678f31 Merge pull request 'correcting searxng related parameters' (#113) from dev into main
Reviewed-on: #113
2026-07-18 12:20:22 +00:00
gyurix
8ca027dfc3 correcting searxng related parameters 2026-07-18 14:20:03 +02:00
47620b1139 Merge pull request 'dev' (#112) from dev into main
Reviewed-on: #112
2026-07-18 11:40:31 +00:00
gyurix
6ac1c69393 updated persistent config settings in openwebui 2026-07-18 13:40:00 +02:00
gyurix
e724d8b2e7 updated searxng configurations 2026-07-18 13:23:02 +02:00
ea11a0a0b2 Merge pull request 'fromatting' (#111) from dev into main
Reviewed-on: #111
2026-07-16 22:26:45 +00:00
gyurix
f53aebb8d3 fromatting 2026-07-17 00:26:17 +02:00
f16eb6ada7 Merge pull request 'formatting' (#110) from dev into main
Reviewed-on: #110
2026-07-16 22:21:28 +00:00
gyurix
16e9a2572d formatting 2026-07-17 00:21:08 +02:00
ac5dd75457 Merge pull request 'formatting errors' (#109) from dev into main
Reviewed-on: #109
2026-07-16 22:11:17 +00:00
gyurix
decc823119 formatting errors 2026-07-17 00:10:58 +02:00
c87763e7b1 Merge pull request 'formatting searxng settings' (#108) from dev into main
Reviewed-on: #108
2026-07-16 22:04:42 +00:00
gyurix
a41b7902ea formatting searxng settings 2026-07-17 00:04:21 +02:00
e4e5710317 Merge pull request 'correcting init in openwebui searxng content' (#107) from dev into main
Reviewed-on: #107
2026-07-16 21:55:50 +00:00
gyurix
10badeb218 correcting init in openwebui searxng content 2026-07-16 19:18:05 +02:00
5156345453 Merge pull request 'feat(openwebui): add SearXNG config and Pipelines API key' (#106) from dev into main
Reviewed-on: #106
2026-07-16 16:34:32 +00:00
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
de5b0f671a Merge pull request 'feat(openwebui): add web search config and pipelines secret' (#105) from dev into main
Reviewed-on: #105
2026-07-16 13:17:01 +00: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
6491f15702 Merge pull request 'feat(openwebui): integrate searxng and crawl4ai, rename containers for consistency' (#104) from dev into main
Reviewed-on: #104
2026-07-15 21:30:58 +00: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
7d6b4f798d Merge pull request 'formatting roundcube template' (#103) from dev into main
Reviewed-on: #103
2026-07-14 14:08:54 +00:00
gyurix
a6a110ec5c formatting roundcube template 2026-07-14 16:08:26 +02:00
6b8c8ee80f Merge pull request 'keep short the descriptions' (#102) from dev into main
Reviewed-on: #102
2026-07-14 14:03:04 +00:00
gyurix
841c088f50 keep short the descriptions 2026-07-14 16:02:30 +02:00
471bdb044e Merge pull request 'feat(applications-tree): update roundcube webmail application icon' (#101) from dev into main
Reviewed-on: #101
2026-07-14 13:58:48 +00:00
gyurix
c2134881bc feat(applications-tree): update roundcube webmail application icon
Replace the base64-encoded SVG icon for the Roundcube webmail application with an updated version to improve visual representation in the applications tree.
2026-07-14 15:58:16 +02:00
620cf77e84 Merge pull request 'Update applications-tree.json' (#99) from gyurix-patch-3 into main
Reviewed-on: #99
2026-07-14 13:49:55 +00:00
f8f91e9b2d Update applications-tree.json 2026-07-14 13:49:34 +00:00
e6bef6e799 Merge pull request 'dev' (#93) from dev into main
Reviewed-on: #93
2026-07-14 13:28:09 +00:00
gyurix
60500f0b96 memory limit changes for roundcube postgres 2026-07-14 15:17:51 +02: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
bc2f76ab41 Merge pull request 'revert d55c4ba91cf92d46c74960b5e068d05bd66ae2a2' (#91) from gyurix-patch-3 into main
Reviewed-on: #91
2026-06-12 10:15:30 +00: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
d55c4ba91c Merge pull request 'updated openwebui logo' (#90) from dev into main
Reviewed-on: #90
2026-06-12 10:13:31 +00:00
gyurix
d1cc35f74a updated openwebui logo 2026-06-12 12:13:12 +02:00
9fc9328da1 Merge pull request 'updated openwebui logo' (#89) from dev into main
Reviewed-on: #89
2026-06-12 09:29:13 +00:00
gyurix
09db63628f updated openwebui logo 2026-06-12 11:28:38 +02:00
dc382931d1 Merge pull request 'updated openwebui logo' (#88) from dev into main
Reviewed-on: #88
2026-06-12 06:41:54 +00:00
gyurix
312c394c47 updated openwebui logo 2026-06-12 08:41:23 +02:00
1e66bfeff6 Merge pull request 'updated openwebui logo' (#87) from dev into main
Reviewed-on: #87
2026-06-11 20:33:13 +00:00