remove new-app.sh, update docs to reference app.sh directly

This commit is contained in:
2026-03-20 20:14:16 -04:00
parent 787e747fa4
commit 43fc8c2e7b
5 changed files with 9 additions and 23 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ Client -> nginx (443) -> /media/ location -> garage:3902
runs envsubst at container start. Values come from `.env` generated by the
`.env.keys` mechanism.
**Bucket setup** (done by `new-app.sh` via admin API v2):
**Bucket setup** (done by `app.sh` via admin API v2):
1. `POST /v2/CreateBucket` with `globalAlias: <domain>`
2. `POST /v2/AllowBucketKey` to grant media-key read/write access
3. `POST /v2/UpdateBucket` to enable website access