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
gyurix
dfd7499bcb
updated openwebui logo
2026-06-11 22:32:51 +02:00
90e7296c5d
Merge pull request 'updated logo' ( #86 ) from dev into main
...
Reviewed-on: #86
2026-06-11 19:00:42 +00:00
gyurix
b70d06cb9f
updated logo
2026-06-11 21:00:22 +02:00
b6016ae919
Merge pull request 'updated logo' ( #85 ) from dev into main
...
Reviewed-on: #85
2026-06-11 18:47:42 +00:00
gyurix
69ee047ca3
updated logo
2026-06-11 20:47:18 +02:00
16203f261c
Merge pull request 'dev' ( #84 ) from dev into main
...
Reviewed-on: #84
2026-06-11 18:44:04 +00: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
3c83a4e355
Merge pull request 'dev' ( #83 ) from dev into main
...
Reviewed-on: #83
2026-06-11 12:15:49 +00: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
7c46b1f182
Merge pull request 'updated values in openwebui' ( #82 ) from dev into main
...
Reviewed-on: #82
2026-06-11 12:01:37 +00:00
gyurix
997d009d30
updated values in openwebui
2026-06-11 14:00:53 +02:00