-
Morphit v1.13.2
StableAll checks were successfulmorphit-ci / Supply-chain audit gate (fail on new high/critical) (push) Successful in 18smorphit-ci / TypeScript typecheck (sweep all workspaces) (push) Successful in 46smorphit-ci / apps/web svelte-check (svelte-kit sync + svelte-aware tsc) (push) Successful in 38smorphit-ci / Integration tests (real Postgres 16) (push) Successful in 40smorphit-ci / ansible-lint (playbook quality gate) (push) Successful in 15smorphit-ci / Smoke suite (run-smokes.sh, triple-pulse) (push) Successful in 27m59smorphit-release / Build + publish release tarball (push) Successful in 36m37sreleased this
2026-08-29 22:05:48 +00:00 | 50 commits to main since this releaseMorphit v1.13.2
Theme: a node can never come up with a broken or missing web frontend again — online or from a USB stick with no internet at all.
Fixed
An incomplete frontend build can no longer take a whole node dark. If the web build ever finished without its root entry point (
index.html) — every per-locale page present but the root missing — the site returned HTTP 500 on every request: nginx's fallback rewrote/index.html → /index.htmlin an endless loop. A real operator's node went completely dark this way while the box itself was perfectly healthy. Three independent guards now make that impossible:- The build guard verifies
index.htmlis actually present before trusting a shipped frontend, and rebuilds rather than serving an incomplete one; after any fresh build it fails loudly ifindex.htmldidn't appear, so an incomplete build can never pass as success. - The install now stops with a clear message (and a memory hint) if the frontend is missing its entry point, instead of deploying a dark site.
- The frontend web server now degrades to a clean error instead of an infinite redirect loop if the entry point is ever absent.
Offline / USB installs now carry the prebuilt frontend. The offline "appliance" bundle — the one you can hand someone on a USB stick for a node with no internet — was shipping everything except the built frontend, forcing the air-gapped machine to build it on-target. That on-target build is memory-heavy, isn't byte-for-byte reproducible with the canonical release, and (as above) could fail silently. The bundle now builds the canonical frontend once and ships it, so an air-gapped node serves the exact same bytes as an online one, with no build required on the target. The bundle refuses to ship if that frontend didn't make it in.
Notes
- Display-and-packaging release: no database migration and no on-chain changes.
- Operators on a node whose site is currently returning 500 or was hand-patched will have it made permanent by upgrading to this release.
- Everything from v1.13.1 and earlier is included.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The build guard verifies