install.sh: mosaicstack.dev/install.sh returns HTTP 500 — primary advertised install path is down #803
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
https://mosaicstack.dev/install.shreturns HTTP 500. This is the install path advertised at the top oftools/install.shand is presumably the one most users hit first.Reproduction
Observed 2026-07-16 from a Fedora Kinoite workstation. The Gitea raw path is healthy by contrast:
So this is an issue with the mosaicstack.dev endpoint/redirect itself, not with Gitea or the installer script.
Impact
The documented quick-start is fully broken:
Because the fetch fails before bash ever receives a script, the failure is opaque — it never reaches argument parsing, so any flags the user passed are irrelevant and unreported. This compounded with # (unknown-flag silent ignore) to make a next-lane install failure very hard to diagnose.
Expected
mosaicstack.dev/install.shserves the installer (200), presumably proxying/redirecting to the Gitea raw URL.Notes
Worth adding an uptime/synthetic check on this URL — it is the front door and currently fails silently from the user's perspective.