aboutsummaryrefslogtreecommitdiffstats
path: root/hoarder-linux.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(installation): Fix the baremetal installation script after the rebrandMohamedBassem2025-04-061-17/+17
|
* feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2025-02-171-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>
* build: Add error handling to installation script and other small fixes (#980)Chris2025-02-091-8/+33
| | | Script will now exit on error and when there is an unset variable
* build: Fix corepack issues in the linux installation script. #967Mohamed Bassem2025-02-021-0/+2
|
* build: Add logs to the linux installation scriptMohamed Bassem2025-02-011-1/+7
|
* docs: Add Linux install script and documentation (#707)vhsdream2024-12-021-0/+275
* Add Linux install script and documentation * Simplify Documentation - remove make executable * Update script: remove output suppression, other small changes