| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-01-18 | docker: switch to jemalloc | Mohamed Bassem | 1 | -0/+9 | |
| 2026-01-18 | fix(docker): fix x86 docker build failure | Mohamed Bassem | 1 | -3/+3 | |
| 2026-01-18 | docker: move from alpine to debian | Mohamed Bassem | 1 | -7/+47 | |
| 2025-12-13 | deps: Upgrade to nodejs 24 | Mohamed Bassem | 1 | -4/+4 | |
| 2025-11-16 | build: Improve docker caching (#2140) | Mohamed Bassem | 1 | -2/+25 | |
| * build: Improve docker caching * more fixes | |||||
| 2025-07-19 | fix: Run workers in prod without tsx. Fixes #1673 | Mohamed Bassem | 1 | -2/+1 | |
| 2025-07-19 | deps: bump s6-overlay version (#1750) | TeoMatthew | 1 | -1/+1 | |
| update s6-overlay to catch a fix for kubernetes readonly fs | |||||
| 2025-06-22 | feat(workers): migrate from puppeteer to playwright (#1296) | Mael | 1 | -1/+1 | |
| * 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> | |||||
| 2025-06-07 | feat: Drop corepack dep in prod and allow running as non-root. Fixes #606 | Mohamed Bassem | 1 | -6/+2 | |
| 2025-04-26 | build: Provide a docker container for the MCP server | Mohamed Bassem | 1 | -0/+15 | |
| 2025-04-12 | chore: Rename hoarder packages to karakeep | MohamedBassem | 1 | -3/+3 | |
| 2025-04-05 | build: Update image source label in the dockerfile | Mohamed Bassem | 1 | -2/+2 | |
| 2025-02-17 | feat: Add PDF screenshot generation and display (#995) | Ahmad Mujahid | 1 | -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> | |||||
| 2025-02-09 | docker: Pin corepack version in the AIO image | Mohamed Bassem | 1 | -0/+3 | |
| 2025-02-02 | ci: Fix corepack issue in CI and docker build | Mohamed Bassem | 1 | -1/+3 | |
| 2025-01-12 | build: Bake a default NEXTAUTH_URL_INTERNAL in the docker image | Mohamed Bassem | 1 | -2/+3 | |
| 2024-11-18 | docker: Preinstall pnpm for the worker job to prevent downloading it on ↵ | Mohamed Bassem | 1 | -1/+1 | |
| startup. #666 | |||||
| 2024-10-28 | fix: Fix type in the separate container env variable | Mohamed Bassem | 1 | -2/+2 | |
| 2024-10-28 | feature: Archive videos using yt-dlp. Fixes #215 (#525) | kamtschatka | 1 | -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> | |||||
| 2024-10-26 | docker: Add a flag to detect apps running in legacy container setup | Mohamed Bassem | 1 | -0/+2 | |
| 2024-10-12 | deps: Upgrade nodejs to v22 | MohamedBassem | 1 | -3/+3 | |
| 2024-10-07 | docker: Add HEALTHCHECK to Dockerfile (#508) | Marc | 1 | -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" } ] } ``` | |||||
| 2024-10-07 | docker: add Source Label to Dockerfile (#509) | Marc | 1 | -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 | |||||
| 2024-09-21 | build: Fix nextjs build after upgrading to 14.2 | MohamedBassem | 1 | -1/+1 | |
| 2024-07-28 | docker: Change all images to be built from the same AIO base | MohamedBassem | 1 | -83/+69 | |
| 2024-07-21 | build: Add an all-in-one container | MohamedBassem | 1 | -0/+34 | |
| 2024-05-26 | feature: Full page archival with monolith. Fixes #132 | MohamedBassem | 1 | -0/+1 | |
| 2024-04-24 | build(cli): Prepare for publishing CLI to npm | MohamedBassem | 1 | -4/+5 | |
| 2024-04-06 | fix(docker): Remove BUILDPLATFORM from Dockerfile | MohamedBassem | 1 | -4/+4 | |
| 2024-04-02 | fix(cli): Don't download pnpm with every invocation | MohamedBassem | 1 | -3/+2 | |
| 2024-04-02 | docker: Move build args to the end for better cache hits | MohamedBassem | 1 | -8/+9 | |
| 2024-04-02 | feature: Include server version in the admin UI. Fixes #66 | MohamedBassem | 1 | -0/+9 | |
| 2024-04-02 | featuer: Introduce a new CLI for mass manipulation of bookmarks | MohamedBassem | 1 | -0/+19 | |
| 2024-03-24 | docker: Use external chrome docker container | MohamedBassem | 1 | -9/+0 | |
| 2024-03-22 | docker: Fix multiplatform docker build | MohamedBassem | 1 | -3/+3 | |
| 2024-03-14 | docker: Fix dockerfiles to adapt to the new repo structure | MohamedBassem | 1 | -10/+10 | |
| 2024-02-27 | docker: Run db migrations on web app startup | MohamedBassem | 1 | -1/+8 | |
| 2024-02-26 | build: Migrate from yarn to pnpm | MohamedBassem | 1 | -37/+28 | |
| 2024-02-23 | db: Migrate from prisma to drizzle | MohamedBassem | 1 | -7/+1 | |
| 2024-02-22 | build: Stop downloading puppeteer in github actions | MohamedBassem | 1 | -1/+2 | |
| 2024-02-20 | docker: Add a docker-based dev environment | MohamedBassem | 1 | -6/+2 | |
| 2024-02-18 | build: Use the workers image for doing migrations instead of a dedicated ↵ | MohamedBassem | 1 | -19/+0 | |
| container | |||||
| 2024-02-18 | build: Optimizing the docker image sizes a bit | MohamedBassem | 1 | -46/+46 | |
| 2024-02-17 | build: Fix docker images | MohamedBassem | 1 | -13/+18 | |
| 2024-02-13 | WIP: Add services to Dockerfile | MohamedBassem | 1 | -0/+117 | |
| 2024-02-06 | Move the web app into a subdir | MohamedBassem | 1 | -57/+0 | |
| 2024-02-06 | Add dockerfile | MohamedBassem | 1 | -0/+57 | |
