aboutsummaryrefslogtreecommitdiffstats
path: root/hoarder-linux.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-13chore: hoarder-linux.sh > karakeep-linux.sh v2.1 (#1219)Chris1-310/+0
* 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
2025-04-06fix(installation): Fix the baremetal installation script after the rebrandMohamedBassem1-17/+17
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid1-0/+2
* 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-09build: Add error handling to installation script and other small fixes (#980)Chris1-8/+33
Script will now exit on error and when there is an unset variable
2025-02-02build: Fix corepack issues in the linux installation script. #967Mohamed Bassem1-0/+2
2025-02-01build: Add logs to the linux installation scriptMohamed Bassem1-1/+7
2024-12-02docs: Add Linux install script and documentation (#707)vhsdream1-0/+275
* Add Linux install script and documentation * Simplify Documentation - remove make executable * Update script: remove output suppression, other small changes