aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/config.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-06feat: Add prometheus monitoring. Fixes #758Mohamed Bassem1-0/+6
2025-07-05feat(workers): Allow custmoizing max parallelism for a bunch of workers. Fixe...Mohamed Bassem1-6/+22
2025-07-04feat: Add support for S3 as an asset storage layer (#1703)Mohamed Bassem1-0/+21
2025-06-01feat: Add support for public lists (#1511)Mohamed Bassem1-0/+7
2025-05-31feat: Generate RSS feeds from lists (#1507)Mohamed Bassem1-0/+5
2025-05-18feat: Disable the AI summary button if AI is not configured. Fixes #649Mohamed Bassem1-0/+3
2025-05-18feat: Add AI auto summarization. Fixes #1163Mohamed Bassem1-0/+4
2025-04-15feat: Change default text model to 4.1-miniMohamed Bassem1-1/+1
2025-04-13fix: Allow using JSON mode for ollama users. Fixes #1160Mohamed Bassem1-2/+17
2025-03-29feat: Allow storing assets in a separate directory. Fixes #1091Mohamed Bassem1-0/+3
2025-03-27feat(workers): Add CRAWLER_SCREENSHOT_TIMEOUT_SEC (#1155)Chang-Yen Tseng1-0/+2
2025-03-22feat(auth): Added env variable for OAuth timeout (#1136)Kaio Cesar1-0/+2
2025-03-16feat(workers): allows videoWorker to use ytdlp command line arguments specifi...erik-nilcoast1-0/+5
2025-03-02fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem1-0/+2
2025-02-16fix: custom fetch wrapper for ollama inference. Fixes #656 (#1032)Gavin Mogan1-0/+2
2025-02-09fix: Loosen the restriction about the browser address env variable. Fixes #1000Mohamed Bassem1-2/+2
2025-02-02feat: Change default max upload size to 50MB up from 4MBMohamed Bassem1-1/+1
2025-01-19feat: Change webhooks to be configurable by usersMohamed Bassem1-8/+0
2025-01-19feat(webhook): Implement webhook functionality for bookmark events (#852)玄猫1-0/+14
2024-12-29feat: Add support for embeddings in the inference interface (#403)Mohammed Farghal1-0/+4
2024-11-21fix(workers): Don't block connection to chrome when failing to download adblo...Mohamed Bassem1-0/+2
2024-10-28fix: Fix type in the separate container env variableMohamed Bassem1-2/+2
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka1-0/+6
2024-10-26docker: Add a flag to detect apps running in legacy container setupMohamed Bassem1-0/+4
2024-10-20feature: Add OCR support for images. Fixes #296Mohamed Bassem1-0/+11
2024-10-12feature: Allow customizing the inference's context lengthMohamedBassem1-0/+2
2024-10-12feature: Allow to disable default password login after SSO is configured. Fix...kamtschatka1-3/+3
2024-10-06feature: Allow disabling password signups (#413)kamtschatka1-0/+3
2024-09-29feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem1-0/+3
2024-09-15feature: Added support for custom OIDC providers to set up authentication. Fi...kamtschatka1-0/+15
2024-09-15feature(worker): Allow configuring inference job timeout and ollama keep aliv...MohamedBassem1-0/+4
2024-07-27feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaperMohamedBassem1-2/+2
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem1-10/+0
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem1-0/+2
2024-05-16feature(inference): Upgrade the default vision model to the new gpt-4o-2024-0...MohamedBassem1-1/+1
2024-05-15feature(crawler): Allow connecting to browser's websocket address and launchi...MohamedBassem1-0/+4
2024-05-15feature(worker): Allow configuring redis with a passwordMohamedBassem1-0/+2
2024-05-12feature: Take full page screenshots #143 (#148)kamtschatka1-0/+2
2024-05-03fix: Allow zod to coerce the crawler timeout from strings. Fixes #134MohamedBassem1-2/+2
2024-04-26feature(crawler): Allow increasing crawler concurrency and configure storing ...MohamedBassem1-0/+6
2024-04-11fix: Increase default navigation timeout to 30s, make it configurable and add...MohamedBassem1-0/+2
2024-04-09feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem1-1/+1
2024-04-06fix(workers): Increase default timeout to 60s, make it configurable and impro...MohamedBassem1-0/+2
2024-04-02feature: Include server version in the admin UI. Fixes #66MohamedBassem1-0/+7
2024-04-02feat(workers): Allow configuring the language in which the tags are generated...MohamedBassem1-0/+2
2024-03-31chore(workers): Remove unused configuration optionsMohamedBassem1-4/+0
2024-03-27feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem1-0/+2
2024-03-27feature: Allow specifying a specific redis db to use. Fixes #13MohamedBassem1-0/+2
2024-03-27feature: Add support for local models using ollamaMohamedBassem1-0/+2
2024-03-27refactor: Validate env variables using zodMohamedBassem1-32/+71