[PR #1295] [CLOSED] feat: convert to playwright #1791

Closed
opened 2026-03-02 11:59:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1295
Author: @maelp
Created: 4/21/2025
Status: Closed

Base: mainHead: feat/playwright-pr


📝 Commits (1)

  • 806c5ce feat: convert to playwright

📊 Changes

6 files changed (+247 additions, -749 deletions)

View changed files

📝 apps/workers/crawlerWorker.ts (+149 -47)
📝 apps/workers/package.json (+2 -4)
📝 docker/Dockerfile (+1 -1)
📝 docker/Dockerfile.dev (+1 -1)
📝 docker/docker-compose.dev.yml (+8 -8)
📝 pnpm-lock.yaml (+86 -688)

📄 Description

Convert crawling to use Playwright instead of Chrome.

  • Update Dockerfile to include Playwright
  • Update crawler worker to use Playwright API
  • Update dependencies

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/1295 **Author:** [@maelp](https://github.com/maelp) **Created:** 4/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/playwright-pr` --- ### 📝 Commits (1) - [`806c5ce`](https://github.com/karakeep-app/karakeep/commit/806c5ce5737859ed13b0e0b253aba5ebbf5830c4) feat: convert to playwright ### 📊 Changes **6 files changed** (+247 additions, -749 deletions) <details> <summary>View changed files</summary> 📝 `apps/workers/crawlerWorker.ts` (+149 -47) 📝 `apps/workers/package.json` (+2 -4) 📝 `docker/Dockerfile` (+1 -1) 📝 `docker/Dockerfile.dev` (+1 -1) 📝 `docker/docker-compose.dev.yml` (+8 -8) 📝 `pnpm-lock.yaml` (+86 -688) </details> ### 📄 Description Convert crawling to use Playwright instead of Chrome. - Update Dockerfile to include Playwright - Update crawler worker to use Playwright API - Update dependencies --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1791
No description provided.