aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/config.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: Allow configuring inline asset size thresholdMohamed Bassem2025-10-261-0/+2
* fix: update OpenAI API to use max_completion_tokens instead of max_tokens (#2...Benjamin Michaelis2025-10-251-0/+2
* feat: support passing multiple proxy values (#2039)Mohamed Bassem2025-10-121-2/+18
* feat: Add cookie support for browser page accessMohamed Bassem2025-09-071-0/+2
* feat(workers): add worker enable/disable lists (#1885)Mohamed Bassem2025-09-071-0/+20
* feat: Export prometheus metrics from the workersMohamedBassem2025-08-221-0/+8
* feat: generate a random prometheus token on startupMohamedBassem2025-08-221-1/+3
* fix: Trim trailing slashes from nextauth urls. Fixes #1799MohamedBassem2025-08-031-1/+5
* fix: fix hidden env variable parse error. fixes #1790MohamedBassem2025-07-271-167/+164
* feat: Support NO_COLOR for logging. Fixes #1778MohamedBassem2025-07-271-0/+2
* refactor: Extract meilisearch as a pluginMohamedBassem2025-07-271-8/+0
* feat: Hide AI settings tab if inference is not configured. #1781Mohamed Bassem2025-07-261-3/+2
* feat: Add a max output tokens env variableMohamed Bassem2025-07-201-0/+2
* feat: Allow setting browserless crawling per userMohamed Bassem2025-07-191-4/+8
* feat: Allow enabling journaling mode on the dbMohamed Bassem2025-07-191-0/+6
* fix: Rename the proxy settings such that they don't interfer with other requestsMohamed Bassem2025-07-191-6/+6
* feat: Add stripe based subscriptionsMohamed Bassem2025-07-131-0/+28
* feat: Add proper proxy support. fixes #1265Mohamed Bassem2025-07-131-0/+10
* feat: Add API ratelimitsMohamed Bassem2025-07-101-0/+6
* feat: Add support for email verificationMohamed Bassem2025-07-101-117/+151
* feat: Add prometheus monitoring. Fixes #758Mohamed Bassem2025-07-061-0/+6
* feat(workers): Allow custmoizing max parallelism for a bunch of workers. Fixe...Mohamed Bassem2025-07-051-6/+22
* feat: Add support for S3 as an asset storage layer (#1703)Mohamed Bassem2025-07-041-0/+21
* feat: Add support for public lists (#1511)Mohamed Bassem2025-06-011-0/+7
* feat: Generate RSS feeds from lists (#1507)Mohamed Bassem2025-05-311-0/+5
* feat: Disable the AI summary button if AI is not configured. Fixes #649Mohamed Bassem2025-05-181-0/+3
* feat: Add AI auto summarization. Fixes #1163Mohamed Bassem2025-05-181-0/+4
* feat: Change default text model to 4.1-miniMohamed Bassem2025-04-151-1/+1
* fix: Allow using JSON mode for ollama users. Fixes #1160Mohamed Bassem2025-04-131-2/+17
* feat: Allow storing assets in a separate directory. Fixes #1091Mohamed Bassem2025-03-291-0/+3
* feat(workers): Add CRAWLER_SCREENSHOT_TIMEOUT_SEC (#1155)Chang-Yen Tseng2025-03-271-0/+2
* feat(auth): Added env variable for OAuth timeout (#1136)Kaio Cesar2025-03-221-0/+2
* feat(workers): allows videoWorker to use ytdlp command line arguments specifi...erik-nilcoast2025-03-161-0/+5
* fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem2025-03-021-0/+2
* fix: custom fetch wrapper for ollama inference. Fixes #656 (#1032)Gavin Mogan2025-02-161-0/+2
* fix: Loosen the restriction about the browser address env variable. Fixes #1000Mohamed Bassem2025-02-091-2/+2
* feat: Change default max upload size to 50MB up from 4MBMohamed Bassem2025-02-021-1/+1
* feat: Change webhooks to be configurable by usersMohamed Bassem2025-01-191-8/+0
* feat(webhook): Implement webhook functionality for bookmark events (#852)玄猫2025-01-191-0/+14
* feat: Add support for embeddings in the inference interface (#403)Mohammed Farghal2024-12-291-0/+4
* fix(workers): Don't block connection to chrome when failing to download adblo...Mohamed Bassem2024-11-211-0/+2
* fix: Fix type in the separate container env variableMohamed Bassem2024-10-281-2/+2
* feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2024-10-281-0/+6
* docker: Add a flag to detect apps running in legacy container setupMohamed Bassem2024-10-261-0/+4
* feature: Add OCR support for images. Fixes #296Mohamed Bassem2024-10-201-0/+11
* feature: Allow customizing the inference's context lengthMohamedBassem2024-10-121-0/+2
* feature: Allow to disable default password login after SSO is configured. Fix...kamtschatka2024-10-121-3/+3
* feature: Allow disabling password signups (#413)kamtschatka2024-10-061-0/+3
* feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem2024-09-291-0/+3
* feature: Added support for custom OIDC providers to set up authentication. Fi...kamtschatka2024-09-151-0/+15