From 2eb30014ad2859efc5113e3b56ccd8ec6909c979 Mon Sep 17 00:00:00 2001 From: "maksim.nabokikh" Date: Mon, 3 Mar 2025 13:19:57 +0100 Subject: [PATCH] Commit chart README.md Signed-off-by: maksim.nabokikh --- .gitignore | 2 ++ charts/openvpn-admin/README.md | 36 +++++++++++++++++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f2ff5c7..2f05a43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +bin/ + easyrsa easyrsa_master easyrsa_slave diff --git a/charts/openvpn-admin/README.md b/charts/openvpn-admin/README.md index eabf182..e802c5f 100644 --- a/charts/openvpn-admin/README.md +++ b/charts/openvpn-admin/README.md @@ -1 +1,35 @@ -helm chart example +# openvpn-admin + +![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: 2.0.2](https://img.shields.io/badge/AppVersion-2.0.2-informational?style=flat-square) + +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 | | | + +## Source Code + +* + +## 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)