zwave-js-ui helm

No introduction found. Create it?

Install

Install with:

helm repo add app-template oci://ghcr.io/bjw-s-labs/charts/
helm install zwave-js-ui app-template/app-template -f values.yaml

Examples

See examples from other people.

Top Repositories (3 out of 8)

NameRepoStarsVersionTimestamp
zwave-js-uigabe565/home-ops385.0.17 days ago
zwave-js-uimchestr/home-cluster1715.1.021 days ago
zwave-js-uiahinko/home-ops1775.0.04 months ago

Values

See the most popular values for this chart:

KeyTypes
string
string
string
string
string
boolean
boolean
string
string
string
string
string
boolean
string
boolean
string
string
route.app.hostnames[] (6)
- zwave.${SECRET_DOMAIN}
string
string
string
string
number
string
string
route.app.annotations.glance/icon (2)
https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/z-wave-js-ui.png
string
string
string
string
string
string
string
string
string
string
string
string
string
boolean
string
string
string
string
string
string
string
string
string
string
string
string
string
controllers.zwave-js-ui.containers.app.image.tag (5)
11.23.0@sha256:86f418050ce658cb6b9a5b17c33065b113376f9ccef98b36b3f2c42050b59672
string
string
boolean
boolean
string
number
string
string
string
number
number
number
number
string
string
boolean
boolean
string
number
string
string
string
number
number
number
number
string
string
boolean
boolean
number
string
string
string
number
string
number
string
number
string
string
number
boolean
boolean
string
boolean
string
string
string
string
string
string
string
string
string
string
string
number
string
number
boolean
number
string
string
string
string
string
string
controllers.app.containers.app.image.tag (1)
11.22.3@sha256:14d018bb689eecce4029229764d2191d9b8d8f211106fcabaef421e7b0f8cf9c
string
boolean
boolean
number
string
number
number
number
number
boolean
boolean
number
string
number
number
number
number
string
string
string
boolean
string
string
string
boolean
boolean
number
string
number
number
number
number
boolean
boolean
number
string
number
number
number
number
boolean
string
string
string
boolean
string
string
string
boolean
boolean
controllers.zwavejs.containers.app.probes.liveness.spec.exec.command[] (1)
- node
- -e
- const ws = new (require('ws'))('ws://localhost:3000'); ws.on('message', d => { const msg = JSON.parse(d.toString()); if (msg.type === 'version' && msg.homeId) { ws.close(); process.exit(0); } else { process.exit(1); } }); ws.on('error', () => process.exit(1)); setTimeout(() => process.exit(1), 5000);
string
number
number
number
number
boolean
boolean
controllers.zwavejs.containers.app.probes.readiness.spec.exec.command[] (1)
- node
- -e
- const ws = new (require('ws'))('ws://localhost:3000'); ws.on('message', d => { const msg = JSON.parse(d.toString()); if (msg.type === 'version' && msg.homeId) { ws.close(); process.exit(0); } else { process.exit(1); } }); ws.on('error', () => process.exit(1)); setTimeout(() => process.exit(1), 5000);
string
number
number
number
number
boolean
boolean
controllers.zwavejs.containers.app.probes.startup.spec.exec.command[] (1)
- node
- -e
- const ws = new (require('ws'))('ws://localhost:3000'); ws.on('message', d => { const msg = JSON.parse(d.toString()); if (msg.type === 'version' && msg.homeId) { ws.close(); process.exit(0); } else { process.exit(1); } }); ws.on('error', () => process.exit(1)); setTimeout(() => process.exit(1), 5000);
string
number
number
number
number
string
string
string
number
number
string
string
number
boolean
number
string
number
number
string
string
string
string
string
string
boolean
ingress.main.hosts[].host (1)
zwave.${SECRET_DOMAIN}
string
string
string
number
rawResources.auth.manifest.apiVersion (1)
gateway.envoyproxy.io/v1alpha1
string
string
string
string
string
string
string
rawResources.auth.manifest.spec.oidc.provider.issuer (1)
https://${oidc_host}/application/o/zwave-js-ui/
string
string
string
string
string
string
string
string
rawResources.service-worker.manifest.spec.directResponse.body.inline (1)
self.addEventListener('install', event => { event.waitUntil(self.skipWaiting()) });
string
string
string
number
boolean