cozystack/packages/extra/bootbox
cozystack-bot d53506ae2a Prepare release v0.38.2
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com>
2025-12-01 19:14:15 +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 v0.38.2 2025-12-01 19:14:15 +00:00
logos Introduce BootBox (#601) 2025-01-27 10:56:23 +01:00
templates Configure all apps to use new function to generate subjects 2025-06-16 20:32:11 +02:00
Chart.yaml Remove versions_map logic 2025-09-24 12:32:37 +02:00
Makefile [cozystack-api] Implement TenantNamespace, TenantModules, TenantSecret and TenantSecretsTable resources 2025-09-24 18:27:54 +02:00
README.md [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
values.schema.json [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +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