|
@@ -97,10 +97,12 @@ toolchain, and USM repositories provide the Web-Stack. The result is
|
|
|
|
|
|
|
|
By default USM resolves from the machine's configured repositories — point
|
|
By default USM resolves from the machine's configured repositories — point
|
|
|
it at a specific repository (for example a local Web-Stack repository) with
|
|
it at a specific repository (for example a local Web-Stack repository) with
|
|
|
-repeatable `--repository <file.usmr>`. The image installs USM itself via a
|
|
|
|
|
-canonical installer URL baked into usm; until that URL is hosted, pass
|
|
|
|
|
-`--installer-url file:///…/install-usm.sh` to carry an installer script
|
|
|
|
|
-into the image. `--exec` defaults to `{{APP_NAME}} 8080`.
|
|
|
|
|
|
|
+repeatable `--repository <file.usmr>`. The image installs USM itself from
|
|
|
|
|
+the canonical installer URL baked into usm
|
|
|
|
|
+(`https://packages.astrologue.nz/install-usm.sh`); pass
|
|
|
|
|
+`--installer-url file:///…/install-usm.sh` to carry a locally built
|
|
|
|
|
+installer script into the image instead. `--exec` defaults to
|
|
|
|
|
+`{{APP_NAME}} 8080`.
|
|
|
|
|
|
|
|
`web-config.json` is never packaged (`.usmignore`), so keys are never
|
|
`web-config.json` is never packaged (`.usmignore`), so keys are never
|
|
|
baked into the image. Serve pages with ephemeral keys by running the image
|
|
baked into the image. Serve pages with ephemeral keys by running the image
|