rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
refactor: Move asset preprocessing to its own worker out of the inference worker Mohamed Bassem 7 -120/+258
feature: Schedule RSS feed refreshes every hour Mohamed Bassem 5 -11/+66
feature: Add support for subscribing to RSS feeds. Fixes #202 Mohamed Bassem 16 -3/+2280
feature: Archive videos using yt-dlp. Fixes #215 (#525)
* Allow downloading more content from a webpage and index it #215
Added a worker that allows downloading videos depending on the environment variables
refactored the code a bit
added new video asset
updated documentation
* Some tweaks
* Drop the dependency on the yt-dlp wrapper
* Update openapi specs
* Dont log an error when the url is not supported
* Better handle supported websites that dont download anything
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
kamtschatka 17 -71/+403
feature: Introduce a mechanism to cleanup dangling assets MohamedBassem 10 -8/+351
fix(workers): Shutdown workers on SIGTERM MohamedBassem 2 -0/+9
refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309) Mohamed Bassem 13 -344/+128
feature: Include server version in the admin UI. Fixes #66 MohamedBassem 8 -14/+92
format: Add missing lint and format, and format the entire repo MohamedBassem 57 -192/+255
fix(workers): Fix the leaky browser instances in workers during development MohamedBassem 3 -29/+46
structure: Create apps dir and copy tooling dir from t3-turbo repo MohamedBassem 396 -9511/+10350
feature: Add full text search support MohamedBassem 17 -12/+440
db: Migrate from prisma to drizzle MohamedBassem 41 -975/+2177
fix: Attempt to improve the openai prompt a bit MohamedBassem 2 -4/+7
fix: Fix build for workers package and add it to CI MohamedBassem 8 -70/+106
Migrating away from bun to yarn MohamedBassem 15 -105/+5148
[refactor] Move the different packages to the package subdir MohamedBassem 128 -2716/+2713
[feature] Add openAI integration for extracting tags from articles MohamedBassem 9 -19/+239
[refactor] Rename the crawlers package to workers MohamedBassem 8 -126/+126
Implement metadata fetching logic in the crawler MohamedBassem 29 -264/+439