Files
cozystack/packages/extra/bootbox/README.md
Andrei Kvapil 9632772337 [dx] JSDoc compatible syntax for values.yaml
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-10-29 08:57:26 +05:00

24 lines
1.8 KiB
Markdown

# BootBox
## Parameters
### Common parameters
| Name | Description | Type | Value |
| ------------------------- | ----------------------------------------------------- | ---------- | ------- |
| `whitelistHTTP` | Secure HTTP by enabling client networks whitelisting. | `bool` | `true` |
| `whitelist` | List of client networks. | `[]string` | `[]` |
| `machines` | Configuration of physical machine instances. | `[]object` | `[]` |
| `machines[i].hostname` | Hostname. | `string` | `""` |
| `machines[i].arch` | Architecture. | `string` | `""` |
| `machines[i].ip` | IP address configuration. | `object` | `{}` |
| `machines[i].ip.address` | IP address. | `string` | `""` |
| `machines[i].ip.gateway` | IP gateway. | `string` | `""` |
| `machines[i].ip.netmask` | Netmask. | `string` | `""` |
| `machines[i].leaseTime` | Lease time. | `int` | `0` |
| `machines[i].mac` | MAC addresses. | `[]string` | `[]` |
| `machines[i].nameServers` | Name servers. | `[]string` | `[]` |
| `machines[i].timeServers` | Time servers. | `[]string` | `[]` |
| `machines[i].uefi` | UEFI. | `bool` | `false` |