Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gi0baro/ovpn-portal
Build client OpenVPN configurations with OIDC authentication
https://github.com/gi0baro/ovpn-portal
oauth2 oidc openvpn vpn
Last synced: 8 days ago
JSON representation
Build client OpenVPN configurations with OIDC authentication
- Host: GitHub
- URL: https://github.com/gi0baro/ovpn-portal
- Owner: gi0baro
- Created: 2022-04-22T11:11:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T11:26:41.000Z (9 months ago)
- Last Synced: 2024-05-02T05:33:36.734Z (6 months ago)
- Topics: oauth2, oidc, openvpn, vpn
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenVPN Portal
An OIDC authenticated client configuration generator for OpenVPN tunnels.
OpenVPN Portal requires an S3-compatible object storage endpoint.
## Installation
OpenVPN Portal can be installed to any Kubernetes >= 1.14 cluster using the Helm 3 chart:
```
helm repo add ovpn-portal https://gi0baro.github.io/ovpn-portal
helm install --generate-name --atomic ovpn-portal/ovpn-portal
```OpenVPN Portal includes support to also deploy its dependencies, just enable them in the values:
```yaml
minio:
enabled: true
rootPassword: super-strong-password
```## License
OpenVPN Portal is released under the BSD License.