aboutsummaryrefslogtreecommitdiffstats
path: root/karakeep-linux.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: migrate systemd config to the new worker path on update. fixes #1889Mohamed Bassem2025-09-071-0/+9
|
* fix: Fix the path to worker binary post-buildMohamedBassem2025-07-271-1/+1
|
* fix: Run workers in prod without tsx. Fixes #1673Mohamed Bassem2025-07-191-1/+3
|
* feat(workers): migrate from puppeteer to playwright (#1296)Mael2025-06-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | * 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>
* build: Install script v3.0 - Bling version (#1576)Chris2025-06-221-115/+248
| | | | | | | | | - 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
* fix(build): karakeep-linux.sh fix use 'append' instead of 'file' for log (#1471)Chris2025-06-071-12/+25
| | | | | | - 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
* build(Debian): update yt-dlp on karakeep's update and add a service check ↵Chris2025-05-171-12/+39
| | | | | | | | | | | function (#1329) * 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
* build: Take over the build command in the installation scriptMohamed Bassem2025-04-161-2/+2
|
* chore: hoarder-linux.sh > karakeep-linux.sh v2.1 (#1219)Chris2025-04-131-0/+355
* 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