* Add WG-Easy Chart Initial run of creating my own chart from "scratch". Let's see if it runs, especially with the sysctl * Apply suggestions from code review Thanks for fixing the icons lol Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Apply suggestions from code review * Update charts/incubator/wg-easy/Chart.yaml * its always that enable :D * Update values.yaml Hopefully fixing the quotation marks fixes the sysctls error, otherwise I'm putting this in the wrong place lol * Remove the likely unnecessary sysctl Let’s see how it runs without net.ipv4.conf.all.src_valid_mark since you can’t set it kubernetes * Update values.yaml * Fixed the repository for wg-easy Had wrong URL and their latest version was changed 4 hours ago * Added missing env-vars to wg-easy Needs WG_HOST and PASSWORD, the rest people can add themselves * Update charts/incubator/wg-easy/values.yaml * recommit * emtpy space * Added PUID and PGID to values Added more stuff to see if the container will pass tests * Fixed trailing spaces * identation * Update charts/incubator/wg-easy/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/wg-easy/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/wg-easy/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
31 lines
786 B
YAML
31 lines
786 B
YAML
apiVersion: v2
|
|
appVersion: "latest"
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.truecharts.org
|
|
version: 10.1.4
|
|
deprecated: false
|
|
description: The easiest way to run WireGuard VPN + Web-based Admin UI.
|
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/wg-easy
|
|
icon: https://truecharts.org/_static/img/appicons/wg-easy.png
|
|
keywords:
|
|
- wg-easy
|
|
- wireguard
|
|
- weejewel
|
|
kubeVersion: '>=1.16.0-0'
|
|
maintainers:
|
|
- email: info@truecharts.org
|
|
name: TrueCharts
|
|
url: https://truecharts.org
|
|
name: wg-easy
|
|
sources:
|
|
- https://hub.docker.com/r/weejewel/wg-easy
|
|
- https://github.com/WeeJeWel/wg-easy
|
|
type: application
|
|
version: 0.0.1
|
|
annotations:
|
|
truecharts.org/catagories: |
|
|
- networking
|
|
truecharts.org/SCALE-support: "true"
|
|
truecharts.org/grade: U
|