Trek_CN/server
Julien G. bc1fb71391
Fix exit code 132 on old CPUs by replacing sharp with jimp (issue #888) (#895)
sharp's prebuilt Linux x64 binary requires SSE4.2 (x86-64-v2), causing a
SIGILL crash on older hardware (e.g. AMD A6-3420M). Replace with jimp, a
pure-JS image library with no native binaries. Also skip thumbnail generation
entirely when the Journey addon is disabled (the default), preventing the
issue for most installs regardless of the image library used.
2026-04-26 13:26:09 +02:00
..
assets refactor: move airports.json out of server/data into server/assets 2026-04-18 02:02:09 +02:00
public chore(CRLF): normalize index.html line endings to LF 2026-04-05 04:35:17 +02:00
scripts docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
src Fix exit code 132 on old CPUs by replacing sharp with jimp (issue #888) (#895) 2026-04-26 13:26:09 +02:00
tests fix(journey,pdf): journey reorder sort_order + PDF multi-day transport (#848) 2026-04-23 10:53:32 +02:00
.env.example fix: hot fixes 23-04-2026 (#856) 2026-04-23 19:49:36 +02:00
package-lock.json Fix exit code 132 on old CPUs by replacing sharp with jimp (issue #888) (#895) 2026-04-26 13:26:09 +02:00
package.json Fix exit code 132 on old CPUs by replacing sharp with jimp (issue #888) (#895) 2026-04-26 13:26:09 +02:00
reset-admin.js Stabilize core: better-sqlite3, versioned migrations, graceful shutdown 2026-03-22 17:52:24 +01:00
tsconfig.json some fixes 2026-03-30 06:59:24 +02:00
vitest.config.ts refactor(mcp): replace direct DB access with service layer calls 2026-04-04 18:12:53 +02:00