File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
docs/self-hosting/methods Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,16 @@ Download `docker-compose.yml` and `variables.env` files for a given Plane releas
1414curl " https://prime.plane.so/api/v2/setup/?version=<version>&airgapped=<true|false>&platform=<amd64|arm64>" -o plane.zip
1515```
1616
17+ ** Authentication:** None required (public endpoint)
18+
19+ ## Query Parameters
20+
1721| Option | Required | Default | Description |
1822| ---------- | -------- | ------- | -------------------------------------------- |
1923| ` version ` | Yes | — | Release tag name (e.g. ` v2.3.4 ` ) |
2024| ` airgapped ` | No | ` false ` | Set to ` true ` to get airgapped compose files |
2125| ` platform ` | No | ` amd64 ` | Target architecture: ` amd64 ` or ` arm64 ` |
2226
23- ** Authentication:** None required (public endpoint)
24-
25- ## Query Parameters
26-
27- | Parameter | Required | Default | Description |
28- | ----------- | -------- | ------- | -------------------------------------------- |
29- | ` version ` | Yes | — | Release tag name (e.g. ` v2.3.4 ` ) |
30- | ` airgapped ` | No | ` false ` | Set to ` true ` to get airgapped compose files |
31- | ` platform ` | No | ` amd64 ` | Target architecture: ` amd64 ` or ` arm64 ` |
32-
3327## Response
3428
3529** Success (200):** A zip file download containing the config files for the requested release.
You can’t perform that action at this time.
0 commit comments