aboutsummaryrefslogtreecommitdiffstats
path: root/docker (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docker: Update chrome to 124Mohamed Bassem2025-08-043-3/+3
|
* fix: Fix the path to worker binary post-buildMohamedBassem2025-07-271-1/+1
|
* fix: Run workers in prod without tsx. Fixes #1673Mohamed Bassem2025-07-192-3/+2
|
* deps: bump s6-overlay version (#1750)TeoMatthew2025-07-191-1/+1
| | | update s6-overlay to catch a fix for kubernetes readonly fs
* feat(workers): migrate from puppeteer to playwright (#1296)Mael2025-06-223-2/+4
| | | | | | | | | | | | | | | | | | | | | | | * 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>
* docs: update meilisearch key generation instruction (#1651)Kyle Wilson2025-06-221-1/+1
| | | | | * add pipe for trimming invalid characters when generating meili master key * fix table row for MEILI_MASTER_KEY in versioned_docs
* feat: Drop corepack dep in prod and allow running as non-root. Fixes #606Mohamed Bassem2025-06-072-7/+3
|
* fix(docker): Fix build only docker compose fileMohamed Bassem2025-04-271-1/+1
|
* docker: Add a build only docker compose fileMohamed Bassem2025-04-272-1/+34
|
* build: Provide a docker container for the MCP serverMohamed Bassem2025-04-261-0/+15
|
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-211-1/+1
| | | | | | | | | * 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-3/+3
|
* chrore: Update meilisearch version to 13.3 in both docker compose files (#1244)Mark :)2025-04-122-2/+2
| | | | | | | * feat: update meilisearch to v1.13.3 in compose.dev * feat: update meilisearch in docker-compose.yml to 13.3 * update e2e_tests meilisearch to 1.13.3
* docs: Update installation docs with karakeepMohamedBassem2025-04-051-1/+1
|
* build: Update image source label in the dockerfileMohamed Bassem2025-04-051-2/+2
|
* feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2025-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* fix: custom fetch wrapper for ollama inference. Fixes #656 (#1032)Gavin Mogan2025-02-161-0/+4
| | | | | | | | | | | | | | | | * Add configurable fetch timeout for Ollama client * Worker service needs access to the .env file * repair typescript types * Update customFetch.ts * update the config docs --------- Co-authored-by: sbarbett <shane@barbetta.me> Co-authored-by: Mohamed Bassem <me@mbassem.com>
* docker: Pin corepack version in the AIO imageMohamed Bassem2025-02-091-0/+3
|
* docker: Add a warning about now changing the DATA_DIR env variableMohamed Bassem2025-02-091-1/+7
|
* ci: Fix corepack issue in CI and docker buildMohamed Bassem2025-02-021-1/+3
|
* build: Bake a default NEXTAUTH_URL_INTERNAL in the docker imageMohamed Bassem2025-01-121-2/+3
|
* docker: Preinstall pnpm for the worker job to prevent downloading it on ↵Mohamed Bassem2024-11-181-1/+1
| | | | startup. #666
* docker: Upgrade meilisearch to v1.11.1 (#629)Marc2024-11-102-2/+2
|
* fix: Fix type in the separate container env variableMohamed Bassem2024-10-281-2/+2
|
* feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2024-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | * 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>
* docker: Add a flag to detect apps running in legacy container setupMohamed Bassem2024-10-261-0/+2
|
* deps: Upgrade nodejs to v22MohamedBassem2024-10-122-4/+4
|
* docker: Add HEALTHCHECK to Dockerfile (#508)Marc2024-10-071-0/+4
| | | | | | | | | | | | | | | | | | | | i added the healthcheck to the AIO and legacy web container. checked on my AIO instance: ``` { "Status":"healthy", "FailingStreak":0, "Log":[ { "Start":"2024-10-07T21:23:19.83382568+02:00", "End":"2024-10-07T21:23:20.003640388+02:00", "ExitCode":0, "Output":"Connecting to 127.0.0.1:3000 (127.0.0.1:3000)\nremote file exists\n" } ] } ```
* docker: add Source Label to Dockerfile (#509)Marc2024-10-071-0/+2
| | | | | To get changelogs shown with Renovate a docker container has to add the source label described in the OCI Image Format Specification. For reference: https://github.com/renovatebot/renovate/blob/main/lib/modules/datasource/docker/readme.md
* docker: Fix the docker-based development env (#456)CrypticC3s4r2024-10-053-9/+22
|
* build: Fix nextjs build after upgrading to 14.2MohamedBassem2024-09-211-1/+1
|
* docker: Remove redis from the dev docker composeMohamedBassem2024-08-311-7/+0
|
* docker: Remove the redis and worker containersMohamedBassem2024-08-311-24/+3
|
* docker: Change all images to be built from the same AIO baseMohamedBassem2024-07-284-83/+69
|
* build: Add an all-in-one containerMohamedBassem2024-07-2113-0/+54
|
* feature: Full page archival with monolith. Fixes #132MohamedBassem2024-05-261-0/+1
|
* docker: Update docker images to point to the new repo URLsMohamedBassem2024-05-191-2/+2
|
* fix(crawler): Add --disable-dev-shm-usage to chrome containerMohamedBassem2024-05-122-0/+3
|
* build(cli): Prepare for publishing CLI to npmMohamedBassem2024-04-241-4/+5
|
* fix: Update docker-compose.yml (#119)Rosin2024-04-221-1/+1
| | | fix: solve invalid type of services.meilisearch.environment.MEILI_NO_ANALYTICS
* docker: Disable meilisearch analytics (#117)Vivek2024-04-221-0/+2
| | | | | * Disable meilisearch analytics * Move MEILI_NO_ANALYTICS to docker-compose.yml
* feature: Download images and screenshotsMohamedBassem2024-04-201-0/+1
|
* fix(docker): Remove BUILDPLATFORM from DockerfileMohamedBassem2024-04-061-4/+4
|
* fix(cli): Don't download pnpm with every invocationMohamedBassem2024-04-021-3/+2
|
* docker: Move build args to the end for better cache hitsMohamedBassem2024-04-021-8/+9
|
* feature: Include server version in the admin UI. Fixes #66MohamedBassem2024-04-021-0/+9
|
* featuer: Introduce a new CLI for mass manipulation of bookmarksMohamedBassem2024-04-021-0/+19
|
* Bump chrome container version to 123 to enable linux/arm64 support on it (#59)Luca2024-03-312-2/+2
| | | | | * Bump chrome container version to 102 to enable linux/arm64 support * Bump chrome container version to 123
* docker: Use external chrome docker containerMohamedBassem2024-03-245-22/+19
|
* docker: Fix multiplatform docker buildMohamedBassem2024-03-221-3/+3
|