Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
890d2c5fc0
commit
dc60212bc7
|
@ -1,6 +1,15 @@
|
||||||
# Changelog<br>
|
# 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>
|
<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)
|
### [meshcentral-0.0.9](https://github.com/truecharts/apps/compare/meshcentral-0.0.8...meshcentral-0.0.9) (2022-04-03)
|
||||||
|
|
|
@ -6,4 +6,4 @@ dependencies:
|
||||||
repository: https://charts.truecharts.org/
|
repository: https://charts.truecharts.org/
|
||||||
version: 0.0.14
|
version: 0.0.14
|
||||||
digest: sha256:aa466c05b1f157b9fdd98f0b91c735b4699e32b534447a6b5d52ae15d919a045
|
digest: sha256:aa466c05b1f157b9fdd98f0b91c735b4699e32b534447a6b5d52ae15d919a045
|
||||||
generated: "2022-04-03T13:16:44.230090682Z"
|
generated: "2022-04-03T13:33:57.139221211Z"
|
|
@ -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
|
|
@ -183,49 +183,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
|
Loading…
Reference in New Issue