Improves a few things, but not many changes of substance.
This commit is contained in:
Matt Jadud
2025-12-06 17:55:03 -05:00
parent 70535895da
commit a83fa0714b
5 changed files with 25 additions and 11 deletions

View File

@@ -118,10 +118,10 @@ Garage is written in Rust, and distributed in multiple ways; this package is bui
To build the package,
```
make build
make build DOMAIN=<domain>
```
This runs `cloudron build`, and may (on first run) request a path to a registry. You can configure a private registry on your own Cloudron for this purpose.
This runs `cloudron build`, and may (on first run) request a path to a registry. You can configure a private registry on your own Cloudron for this purpose. You need to pass the Cloudron domain here, so that the manifest can be set up correctly.
```
@@ -132,7 +132,7 @@ This runs `cloudron build`, and may (on first run) request a path to a registry.
You can override the version built by passing the variable `VERSION`:
```
make build VERSION=v2.1.0
make build VERSION=v2.1.0 DOMAIN=s3.example.com
```
### installing