Bladeren bron

Update installer URL to packages.astrologue.nz

clanker 1 week geleden
bovenliggende
commit
6f6e16e56f
2 gewijzigde bestanden met toevoegingen van 10 en 8 verwijderingen
  1. 4 4
      README.md
  2. 6 4
      tools/spry/templates/README.md

+ 4 - 4
README.md

@@ -221,10 +221,10 @@ spry deploy [--exec CMD] ([--system SYSTEM] | [--spm SPM] [--base IMAGE])
 - `--repository FILE` (repeatable) — resolve from exactly these `.usmr`
   repositories instead of the machine's configured set; a local Web-Stack
   repository is the usual choice while the canonical one is unavailable.
-- `--installer-url URL` — override the canonical USM installer source the
-  image installs USM from; until that URL is hosted, its `file://` form
-  carries a locally built installer into the image (the sanctioned
-  local-testing path).
+- `--installer-url URL` — override the canonical USM installer source
+  (`https://packages.astrologue.nz/install-usm.sh`) the image installs USM
+  from; its `file://` form carries a locally built installer into the image
+  (the sanctioned local-testing path).
 - `--no-build` — stop after generating the deploy context.
 
 Keys are never packaged (`.usmignore` excludes `web-config.json`): run

+ 6 - 4
tools/spry/templates/README.md

@@ -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
 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
 baked into the image. Serve pages with ephemeral keys by running the image