aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/config.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* feature(worker): Allow configuring inference job timeout and ollama keep aliv...MohamedBassem2024-09-151-0/+4
* feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaperMohamedBassem2024-07-271-2/+2
* refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem2024-07-211-10/+0
* feature: Full page archival with monolith. Fixes #132MohamedBassem2024-05-261-0/+2
* feature(inference): Upgrade the default vision model to the new gpt-4o-2024-0...MohamedBassem2024-05-161-1/+1
* feature(crawler): Allow connecting to browser's websocket address and launchi...MohamedBassem2024-05-151-0/+4
* feature(worker): Allow configuring redis with a passwordMohamedBassem2024-05-151-0/+2
* feature: Take full page screenshots #143 (#148)kamtschatka2024-05-121-0/+2
* fix: Allow zod to coerce the crawler timeout from strings. Fixes #134MohamedBassem2024-05-031-2/+2
* feature(crawler): Allow increasing crawler concurrency and configure storing ...MohamedBassem2024-04-261-0/+6
* fix: Increase default navigation timeout to 30s, make it configurable and add...MohamedBassem2024-04-111-0/+2
* feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem2024-04-091-1/+1
* fix(workers): Increase default timeout to 60s, make it configurable and impro...MohamedBassem2024-04-061-0/+2
* feature: Include server version in the admin UI. Fixes #66MohamedBassem2024-04-021-0/+7
* feat(workers): Allow configuring the language in which the tags are generated...MohamedBassem2024-04-021-0/+2
* chore(workers): Remove unused configuration optionsMohamedBassem2024-03-311-4/+0
* feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem2024-03-271-0/+2
* feature: Allow specifying a specific redis db to use. Fixes #13MohamedBassem2024-03-271-0/+2
* feature: Add support for local models using ollamaMohamedBassem2024-03-271-0/+2
* refactor: Validate env variables using zodMohamedBassem2024-03-271-32/+71
* fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem2024-03-261-1/+4
* docker: Use external chrome docker containerMohamedBassem2024-03-241-0/+1
* feature: Add an option to disable new signupsMohamedBassem2024-03-221-15/+5
* feature(web): Add support for demo modeMohamedBassem2024-03-191-0/+5
* refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem2024-03-191-6/+7
* feature: Add full text search supportMohamedBassem2024-03-011-0/+6
* feature: Basic support for demo modeMohamedBassem2024-02-201-0/+1
* build: Fix docker imagesMohamedBassem2024-02-171-0/+2
* fix: Let the crawler wait a bit more for page loadMohamedBassem2024-02-171-0/+3
* chore: Consolidate all config vars in one fileMohamedBassem2024-02-141-0/+30