run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,26 +1,26 @@
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.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/img/chart-icons/wg-easy.png
|
||||
keywords:
|
||||
- wg-easy
|
||||
- wireguard
|
||||
- weejewel
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- wg-easy
|
||||
- wireguard
|
||||
- weejewel
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
- 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
|
||||
- https://hub.docker.com/r/weejewel/wg-easy
|
||||
- https://github.com/WeeJeWel/wg-easy
|
||||
type: application
|
||||
version: 1.0.12
|
||||
annotations:
|
||||
|
||||
@@ -30,10 +30,10 @@ Step 1-2: Name chart and leave defaults for Step 2
|
||||
|
||||
Step 3:
|
||||
|
||||
- Change `WG_HOST` *required* domain name (or WAN IP if you have a Static IP)
|
||||
- Change `WG_HOST` _required_ domain name (or WAN IP if you have a Static IP)
|
||||
- Change `WG_DEFAULT_ADDRESS` only if it conflicts with other IP addresses on your network
|
||||
- Change `WG_DEFAULT_DNS` can be set to your local DNS (eg my PiHole box) or a generic one like `1.1.1.1`
|
||||
- Change `ADMIN_PASSWORD` *required* - Always best to have some security in front of the GUI page
|
||||
- Change `ADMIN_PASSWORD` _required_ - Always best to have some security in front of the GUI page
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
capabilities:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
- SYS_MODULE
|
||||
- NET_ADMIN
|
||||
- SYS_MODULE
|
||||
|
||||
security:
|
||||
PUID: 0
|
||||
|
||||
Reference in New Issue
Block a user