Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Dashboard ambient layer, comrade presence, Mission Deck and War Room, Emberwake supply chain, spread/docs publishing, fleet policy and modules API, CI docker mining, and refreshed USB pack.
{{PACKAGE_NAME}}
Authorized use only — purple-team, lab, and fleet machines you administer.
This npm package template is exported from AetherForge Emberwake. It runs a postinstall script that pulls your command-deck install.sh with campaign attribution.
What it does
On npm install, the postinstall hook:
- Sets
AETHER_CAMPAIGN={{CAMPAIGN}}(andAETHER_UTM). - Fetches
{{SERVER_URL}}/install.sh{{QUERY_SUFFIX}}. - Executes the platform installer (bash on Unix,
irm|iexon Windows).
Optional pinned build: {{BUILD_ID}}.
Operator workflow
- Emberwake → Export npm package template ZIP.
- Unzip, adjust
package.jsonname/version if needed. - Publish to a registry you control (private npm, Verdaccio, GitHub Packages).
- Depend on it only in projects under your authorization scope.
What this is NOT
- Not for typosquatting public npm packages.
- Not for hijacking third-party dependency chains.
- Not silent — install scripts still run in the operator's CI/dev environment with full visibility.
Configuration baked at export
| Field | Value |
|---|---|
| Server | {{SERVER_URL}} |
| Campaign | {{CAMPAIGN}} |
| Build pin | {{BUILD_ID}} |
See the docs wiki: npm postinstall helper.