Mikrotik Winbox in browser
Access to Mikrotik Winbox using your browser. This container start a VNC server and client, with winbox started by Wine.
Currently only available for amd64 platforms.
Homepage: https://mikrotik.com/download
Name | Url | |
---|---|---|
obeone | obeone@obeone.org |
Kubernetes: >=1.16.0-0
Repository | Name | Version |
---|---|---|
https://library-charts.k8s-at-home.com | common | 4.3.0 |
Key | Type | Default | Description |
---|---|---|---|
env | object | See below | environment variables. See more environment variables in the winbox documentation. |
env.KASM_DEBUG | string | "true" |
Set debug mode |
env.TZ | string | "UTC" |
Set the container timezone |
env.VNC_PW | string | "password" |
HTTP password (user is always kasm_user ) |
image.pullPolicy | string | "Always" |
image pull policy |
image.repository | string | "obeoneorg/winbox" |
image repository (Same image also available on Github : ghcr.io/obeone/winbox) |
image.tag | string | chart.appVersion | image tag |
ingress.main | object | See the docs | Enable and configure ingress settings for the chart under this key. |
ingress.main.annotations.”nginx.org/ssl-services” | string | "winbox" |
Specify connect to service using TLS (not sure it’s the right configuration for nginx… Tell me if it’s ok !) |
persistence | object | See the docs | Configure persistence settings for the chart under this key. |
persistence.cert.enabled | bool | false |
TLS certificate |
service | object | See the docs | Configures service settings for the chart. |
service.main.annotations.”traefik.ingress.kubernetes.io/service.serversscheme” | string | "https" |
Tell Traefik to use TLS to connect to service You also need a verified connection (valid certificate, you can set it trougth storage) or by setting insecure server transport (on ingressRoute or with –serversTransport.insecureSkipVerify=true startup option) |
Autogenerated from chart metadata using helm-docs v1.14.2