Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-04-03 13:37:39 +00:00
parent 890d2c5fc0
commit dc60212bc7
15 changed files with 19 additions and 10 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="meshcentral-0.1.0"></a>
### [meshcentral-0.1.0](https://github.com/truecharts/apps/compare/meshcentral-0.0.9...meshcentral-0.1.0) (2022-04-03)
#### Chore
* Adjust description ([#2412](https://github.com/truecharts/apps/issues/2412))
<a name="meshcentral-0.0.9"></a>
### [meshcentral-0.0.9](https://github.com/truecharts/apps/compare/meshcentral-0.0.8...meshcentral-0.0.9) (2022-04-03)

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://charts.truecharts.org/
version: 0.0.14
digest: sha256:aa466c05b1f157b9fdd98f0b91c735b4699e32b534447a6b5d52ae15d919a045
generated: "2022-04-03T13:16:44.230090682Z"
generated: "2022-04-03T13:33:57.139221211Z"

View File

@ -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

View File

@ -183,49 +183,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