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:
parent
66c0f12f24
commit
1c1541bbf0
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: meshcentral
|
||||
version: 0.0.9
|
||||
version: 0.1.0
|
||||
appVersion: "latest"
|
||||
description: MeshCentral is a full computer management web site
|
||||
type: application
|
||||
|
|
|
@ -89,49 +89,49 @@ questions:
|
|||
default: "my.domain.com"
|
||||
- variable: 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:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: 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:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: 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:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: 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:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: 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:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: ALLOWPLUGINS
|
||||
label: "ALLOWPLUGINS"
|
||||
description: "et to true to allow plugins"
|
||||
description: "Set to true to allow plugins"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: LOCALSESSIONRECORDING
|
||||
label: "LOCALSESSIONRECORDING"
|
||||
description: "set to true to allow session recording"
|
||||
description: "Set to true to allow session recording"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: 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:
|
||||
type: boolean
|
||||
default: true
|
||||
|
|
Loading…
Reference in New Issue