aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/workerUtils.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(metrics): add prometheus metric for bookmark crawl latency (#2461)Mohamed Bassem3 days1-0/+2
| | | | | | | | | | Track the time from bookmark creation to crawl completion as a histogram (karakeep_bookmark_crawl_latency_seconds). This measures the end-to-end latency users experience when adding bookmarks via extension, web, etc. Excludes recrawls (crawledAt already set) and imports (low priority jobs). https://claude.ai/code/session_019jTGGXGWzK9C5aTznQhdgz Co-authored-by: Claude <noreply@anthropic.com>
* feat: support archiving as pdf (#2309)Mohamed Bassem2025-12-271-0/+2
| | | | | | | | | | | * feat: support archiving as pdf * add supprot for manually triggering pdf downloads * fix submenu * menu cleanup * fix store pdf
* feat: Store large html content in the asset dbMohamed Bassem2025-07-061-0/+3
|
* feat: Add per user storage quotaMohamed Bassem2025-07-061-1/+0
|
* feat: Allow specifying the overwrite mode for singlefile archives. Fixes #1125Mohamed Bassem2025-06-011-3/+3
|
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-211-2/+2
| | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-2/+2
|
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-111-0/+3
|
* feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2024-10-281-0/+48
* 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>