fix mesh, stupid mistake

This commit is contained in:
Stavros Kois
2022-12-28 00:19:45 +02:00
committed by GitHub
parent 437c077b6a
commit 99e84b41ab
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: meshcentral name: meshcentral
version: 9.0.21 version: 9.0.22
appVersion: "1.1.2" appVersion: "1.1.2"
description: MeshCentral is a full computer management web site description: MeshCentral is a full computer management web site
type: application type: application
-4
View File
@@ -40,16 +40,12 @@ questions:
description: When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example traefik.ix-traefik.svc.cluster.local description: When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example traefik.ix-traefik.svc.cluster.local
schema: schema:
type: string type: string
show_if: [["trustedProxy", "!=", ""]]
required: true
default: "" default: ""
- variable: trustedProxy - variable: trustedProxy
label: trustedProxy label: trustedProxy
description: Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example traefik.ix-traefik.svc.cluster.local description: Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example traefik.ix-traefik.svc.cluster.local
schema: schema:
type: string type: string
show_if: [["tlsOffload", "!=", ""]]
required: true
default: "" default: ""
- variable: WANonly - variable: WANonly
label: WANonly label: WANonly