cozystack/packages/extra/bootbox
cozystack-ci[bot] b52e2801b4 Prepare release v1.3.0
Signed-off-by: cozystack-ci[bot] <274107086+cozystack-ci[bot]@users.noreply.github.com>
2026-04-22 07:28:09 +00:00
..
charts Configure all apps to use new function to generate subjects 2025-06-16 20:32:11 +02:00
hack Introduce BootBox (#601) 2025-01-27 10:56:23 +01:00
images Prepare release v1.3.0 2026-04-22 07:28:09 +00:00
logos Introduce BootBox (#601) 2025-01-27 10:56:23 +01:00
templates fix(platform): migrate ACME HTTP-01 to ingressClassName API 2026-04-21 17:00:31 +05:00
Chart.yaml Remove versions_map logic 2025-09-24 12:32:37 +02:00
Makefile refactor: move scripts to hack directory 2026-01-15 16:06:56 +01:00
README.md [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
values.schema.json [docs] Updated app go types 2026-03-25 15:57:25 +05:00
values.yaml [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00

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