mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-16 05:26:13 -08:00
Commit chart README.md
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
This commit is contained in:
parent
9e88cc5b46
commit
2eb30014ad
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
|
bin/
|
||||||
|
|
||||||
easyrsa
|
easyrsa
|
||||||
easyrsa_master
|
easyrsa_master
|
||||||
easyrsa_slave
|
easyrsa_slave
|
||||||
|
|||||||
@ -1 +1,35 @@
|
|||||||
helm chart example
|
# 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 | Email | Url |
|
||||||
|
| ---- | ------ | --- |
|
||||||
|
| nabokihms | <max.nabokih@gmail.com> | <github.com/nabokihms> |
|
||||||
|
|
||||||
|
## Source Code
|
||||||
|
|
||||||
|
* <https://github.com/palark/openvpn-admin>
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Kubernetes: `>=1.14.0-0`
|
||||||
|
|
||||||
|
## Values
|
||||||
|
|
||||||
|
| Key | Type | Default | Description |
|
||||||
|
|-----|------|---------|-------------|
|
||||||
|
| domain | string | `"changeme"` | |
|
||||||
|
| ovpnAdmin.image | string | `"changeme"` | |
|
||||||
|
| ovpnAdmin.basicAuth.user | string | `"admin"` | |
|
||||||
|
| ovpnAdmin.basicAuth.password | string | `"changeme"` | |
|
||||||
|
| openvpn.image | string | `"changeme"` | |
|
||||||
|
| openvpn.subnet | string | `"172.16.200.0/255.255.255.0"` | |
|
||||||
|
| openvpn.inlet | string | `"HostPort"` | |
|
||||||
|
| openvpn.hostPort | int | `1194` | |
|
||||||
|
|
||||||
|
----------------------------------------------
|
||||||
|
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user