| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
|
|
* 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
|