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