chore(meshcentral): Adjust description (#2412)

* chore(meshcentral): Adjust description

* bump

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
sagit 2022-04-03 21:32:37 +08:00 committed by GitHub
parent 66c0f12f24
commit 1c1541bbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

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: 0.0.9 version: 0.1.0
appVersion: "latest" appVersion: "latest"
description: MeshCentral is a full computer management web site description: MeshCentral is a full computer management web site
type: application type: application

View File

@ -89,49 +89,49 @@ questions:
default: "my.domain.com" default: "my.domain.com"
- variable: REVERSE_PROXY - variable: REVERSE_PROXY
label: "REVERSE_PROXY" label: "REVERSE_PROXY"
description: "default false, set to your reverse proxy IP if you want to put meshcentral behind a reverse proxy" description: "Set to your reverse proxy domain if you want to put meshcentral behind a reverse proxy"
schema: schema:
type: string type: string
default: "" default: ""
- variable: REVERSE_PROXY_TLS_PORT - variable: REVERSE_PROXY_TLS_PORT
label: "REVERSE_PROXY_TLS_PORT" label: "REVERSE_PROXY_TLS_PORT"
description: "REVERSE_PROXY_TLS_PORT" description: "Set to your reverse proxy port if you want to put meshcentral behind a reverse proxy"
schema: schema:
type: string type: string
default: "" default: ""
- variable: IFRAME - variable: IFRAME
label: "IFRAME" label: "IFRAME"
description: "set to true if you wish to enable iframe support" description: "Set to true if you wish to enable iframe support"
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: ALLOW_NEW_ACCOUNTS - variable: ALLOW_NEW_ACCOUNTS
label: "ALLOW_NEW_ACCOUNTS" label: "ALLOW_NEW_ACCOUNTS"
description: "set to false if you want disable self-service creation of new accounts besides the first (admin)" description: "Set to false if you want disable self-service creation of new accounts besides the first (admin)"
schema: schema:
type: boolean type: boolean
default: true default: true
- variable: WEBRTC - variable: WEBRTC
label: "WEBRTC" label: "WEBRTC"
description: "set to true to enable WebRTC - per documentation it is not officially released with meshcentral, but is solid enough to work with. Use with caution" description: "Set to true to enable WebRTC - per documentation it is not officially released with meshcentral, but is solid enough to work with. Use with caution"
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: ALLOWPLUGINS - variable: ALLOWPLUGINS
label: "ALLOWPLUGINS" label: "ALLOWPLUGINS"
description: "et to true to allow plugins" description: "Set to true to allow plugins"
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: LOCALSESSIONRECORDING - variable: LOCALSESSIONRECORDING
label: "LOCALSESSIONRECORDING" label: "LOCALSESSIONRECORDING"
description: "set to true to allow session recording" description: "Set to true to allow session recording"
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: MINIFY - variable: MINIFY
label: "MINIFY" label: "MINIFY"
description: "set to enable or disable minification of json, reduces traffic" description: "Set to enable or disable minification of json, reduces traffic"
schema: schema:
type: boolean type: boolean
default: true default: true