mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-13 04:16:14 -08:00
2.0 KiB
2.0 KiB
openvpn-admin
Simple web UI to manage OpenVPN users, their certificates & routes in Linux. While backend is written in Go, frontend is based on Vue.js.
Maintainers
| Name | Url | |
|---|---|---|
| nabokihms | max.nabokih@gmail.com | <github.com/nabokihms> |
Source Code
Requirements
Kubernetes: >=1.14.0-0
Values
| Key | Type | Default | Description |
|---|---|---|---|
| ovpnAdmin.repo | string | "ghcr.io/palark/ovpn-admin/ovpn-admin" |
|
| openvpn.repo | string | "ghcr.io/palark/ovpn-admin/openvpn" |
|
| openvpn.subnet | string | "172.16.200.0/255.255.255.0" |
|
| openvpn.inlet | string | "HostPort" |
|
| openvpn.hostPort | int | 1194 |
|
| nodeSelector | object | {} |
Node selector configuration. |
| tolerations | list | [] |
Tolerations for node taints. See the API reference for details. |
| ingress.enabled | bool | false |
Enable ingress. |
| ingress.className | string | "" |
Ingress class name. |
| ingress.annotations | object | {} |
Annotations to be added to the ingress. |
| ingress.domain | string | "changeme" |
|
| ingress.basicAuth.user | string | "admin" |
|
| ingress.basicAuth.password | string | "changeme" |
Autogenerated from chart metadata using helm-docs v1.11.0