rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaper MohamedBassem 3 -6/+6
refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309) Mohamed Bassem 13 -344/+128
feature: Full page archival with monolith. Fixes #132 MohamedBassem 14 -7/+1259
feature(inference): Upgrade the default vision model to the new… MohamedBassem 2 -2/+2
feature(crawler): Allow connecting to browser's websocket address and launching… MohamedBassem 3 -36/+70
feature(worker): Allow configuring redis with a password MohamedBassem 3 -0/+4
feature: Take full page screenshots #143 (#148)
Added the fullPage flag to take full screen screenshots
updated the UI accordingly to properly show the screenshots instead of scaling it down
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
kamtschatka 4 -3/+9
fix: Allow zod to coerce the crawler timeout from strings. Fixes #134 MohamedBassem 1 -2/+2
feature(crawler): Allow increasing crawler concurrency and configure storing… MohamedBassem 3 -4/+26
fix: Increase default navigation timeout to 30s, make it configurable and add… MohamedBassem 5 -6/+17
feature(inference): Upgrade the default vision model to the new gpt-4-turbo MohamedBassem 4 -10/+11
fix(workers): Increase default timeout to 60s, make it configurable and improve… MohamedBassem 3 -11/+29
feature: Include server version in the admin UI. Fixes #66 MohamedBassem 8 -14/+92
feat(workers): Allow configuring the language in which the tags are generated.… MohamedBassem 4 -28/+8
chore(workers): Remove unused configuration options MohamedBassem 2 -6/+0
feature: Change maximum asset size to be configurable. Fixes #33 MohamedBassem 3 -12/+16
feature: Allow specifying a specific redis db to use. Fixes #13 MohamedBassem 3 -14/+18
feature: Add support for local models using ollama MohamedBassem 10 -81/+206
refactor: Validate env variables using zod MohamedBassem 7 -46/+91
fix: Allow setting demo mode creds when demo mode is enabled MohamedBassem 7 -23/+39
docker: Use external chrome docker container MohamedBassem 8 -33/+61
feature: Add an option to disable new signups MohamedBassem 6 -26/+23
feature(web): Add support for demo mode MohamedBassem 13 -19/+89
refactor: Change asset storage to be the filesystem instead of sqlite MohamedBassem 16 -75/+2006
feature: Add full text search support MohamedBassem 17 -12/+440
feature: Basic support for demo mode MohamedBassem 4 -12/+13
build: Fix docker images MohamedBassem 7 -20/+34
fix: Let the crawler wait a bit more for page load MohamedBassem 3 -3/+18
chore: Consolidate all config vars in one file MohamedBassem 7 -33/+61
refactor: Migrating to trpc instead of next's route handers MohamedBassem 28 -521/+343
[chore] Linting and formating tweaking MohamedBassem 24 -67/+157
[refactor] Move the different packages to the package subdir MohamedBassem 128 -2716/+2713
[ui] Very first draft of the link grid MohamedBassem 14 -52/+248
[Auth] Fix authentication config MohamedBassem 1 -5/+6
Linting and formatting MohamedBassem 15 -128/+134
Move the web app into a subdir MohamedBassem 64 -820/+821
Init NextAuth MohamedBassem 12 -105/+194