wg-easy: fix password (#2773)

This commit is contained in:
Stavros Kois
2024-08-27 16:28:02 +03:00
committed by GitHub
parent cef719eadf
commit c9435314e9
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ description: WG-Easy is the easiest way to install & manage WireGuard!
annotations:
title: WG Easy
type: application
version: 2.0.20
version: 2.0.21
apiVersion: v2
appVersion: '14'
kubeVersion: '>=1.16.0-0'

View File

@@ -27,7 +27,7 @@ workload:
WG_PATH: /etc/wireguard
PORT: {{ .Values.wgNetwork.webPort }}
WG_HOST: {{ .Values.wgConfig.host | quote }}
PASSWORD: {{ .Values.wgConfig.password | quote }}
PASSWORD_HASH: {{ bcrypt .Values.wgConfig.password | quote }}
WG_PERSISTENT_KEEPALIVE: {{ .Values.wgConfig.keepAlive }}
WG_MTU: {{ .Values.wgConfig.clientMTU }}
WG_DEFAULT_ADDRESS: {{ .Values.wgConfig.clientAddressRange }}