mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-06-16 22:54:12 +00:00
Phase 2b auto-detects pre-built archive mode and routes to installFromPreBuilt(). That path copies bundled binaries (caddy, orama, gateway, …) into place but never called InstallNtfy() — because ntfy is downloaded from upstream github, not bundled. Result: on devnet (which always uses pre-built mode), ntfy never installed even though the always-on code path in installFromSource() was correctly wired up. Fix: add InstallNtfy() call to installFromPreBuilt right after the binary deploy + setCapabilities steps, before disableResolvedStub runs. Ordering matters because Phase 4's ConfigureNtfy chowns /etc/ntfy/server.yml to the ntfy user, which needs to exist. VERSION bumped to 0.122.17.
2 lines
9 B
Plaintext
2 lines
9 B
Plaintext
0.122.17
|