rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
fix: don't fail the script if the user karakeep already exists. fixes #2242 Mohamed Bassem 1 -2/+6
deps: Upgrade to nodejs 24 Mohamed Bassem 6 -113/+125
fix: migrate systemd config to the new worker path on update. fixes #1889 Mohamed Bassem 1 -0/+9
fix: Fix the path to worker binary post-build MohamedBassem 2 -2/+2
fix: Run workers in prod without tsx. Fixes #1673 Mohamed Bassem 8 -93/+473
feat(workers): migrate from puppeteer to playwright (#1296)
* feat: convert to playwright
Convert crawling to use Playwright instead of Chrome.
- Update Dockerfile to include Playwright
- Update crawler worker to use Playwright API
- Update dependencies
* feat: convert from Puppeteer to Playwright for crawling
* feat: update docker-compose
* use separate browser context for better isolation
* skip chrome download in linux script
* readd the stealth plugin
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
Mael 8 -539/+151
build: Install script v3.0 - Bling version (#1576)
- improve error-handling
- add colours
- add help (-h) and optional verbose (-v) option
- progress indicator
- rearrange some functions; add SPINNER_PID
- add colourful header
- add refinements
Chris 1 -115/+248
fix(build): karakeep-linux.sh fix use 'append' instead of 'file' for log (#1471)
- Noticed that using the log for StdOut and StdError would stop working
under certain circumstances.
- Using append is the correct setting so output can be read while
tailing the logs
Chris 1 -12/+25
build(Debian): update yt-dlp on karakeep's update and add a service check…
* build(Debian): add mcp; yt-dlp update; karakeep service check
- Check for yt-dlp update during update process
- Karakeep service check function to ensure services are running after
install/update/migrate
- make status in service_check an array
- Bump script version to 2.2
Chris 1 -12/+39
build: Take over the build command in the installation script Mohamed Bassem 2 -3/+3
chore: hoarder-linux.sh > karakeep-linux.sh v2.1 (#1219)
* hoarder-linux.sh > karakeep-linux.sh v2.1
- Adds a migrate function so users can convert their Hoarder install to
a Karakeep install
- The function will also check for an update after finishing the
migration
- Various fixes and optimisations
* Update docs with Debuntu migration path and replace Hoarder with Karakeep
Chris 6 -344/+417
fix(installation): Fix the baremetal installation script after the rebrand MohamedBassem 1 -17/+17
feat: Add PDF screenshot generation and display (#995)
* Updated pdf2json to 3.1.5
* Extract and store a screenshot from PDF files using pdf2pic
* Installing graphicsmagick and ghostscript
* Generate Missing PDF screenshot with tidyAssets worker for backward support
* Display PDF screenshot instead of the PDF in web if it exists.
* Display PDF screenshot in mobile app if exists.
* Updated pnpm-lock.yaml
* Removed console.log
* Revert the unnecessary changes in package.json
* Revert pnpm-lock changes
* Prevent rendering PDF files if the screenshot is not generated
* refactor: replace useEffect with useMemo for section initialization
* feat: show PDF file download button and handle large PDFs by defaulting to screenshot view
* feat: add file size to openapi spec
* feature: Add Assets preprocessing in fix mode to admin actions
* i18n: add reprocess_assets_fix_mode translation
* i18n: Add missing ar translations
* A bunch of fixes
* Fix openspec schema
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
Ahmad Mujahid 34 -101/+545
build: Add error handling to installation script and other small fixes (#980)
Script will now exit on error and when there is an unset variable
Chris 1 -8/+33
build: Fix corepack issues in the linux installation script. #967 Mohamed Bassem 1 -0/+2
build: Add logs to the linux installation script Mohamed Bassem 1 -1/+7
docs: Add Linux install script and documentation (#707)
* Add Linux install script and documentation
* Simplify Documentation - remove make executable
* Update script: remove output suppression, other small changes
vhsdream 2 -0/+345