fix(meshcentral): remove maintenancemode config because if set to any value enables it (#4215)
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: meshcentral
|
name: meshcentral
|
||||||
appVersion: "1.0.90"
|
appVersion: "1.0.90"
|
||||||
version: 5.0.11
|
version: 5.0.12
|
||||||
description: MeshCentral is a full computer management web site
|
description: MeshCentral is a full computer management web site
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
||||||
|
|||||||
@@ -50,12 +50,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: maintenanceMode
|
|
||||||
label: maintenanceMode
|
|
||||||
description: When enabled the server is in maintenance mode, only administrators can login. Use the maintenance command in server console to change.
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: WANonly
|
- variable: WANonly
|
||||||
label: WANonly
|
label: WANonly
|
||||||
description: When enabled, only MeshCentral WAN features are enabled and agents will connect to the server using a well known DNS name.
|
description: When enabled, only MeshCentral WAN features are enabled and agents will connect to the server using a well known DNS name.
|
||||||
|
|||||||
@@ -49,8 +49,6 @@ meshcentral:
|
|||||||
WANonly: false
|
WANonly: false
|
||||||
# - When enabled, only MeshCentral LAN features are enabled and agents will find the server using multicast LAN packets.
|
# - When enabled, only MeshCentral LAN features are enabled and agents will find the server using multicast LAN packets.
|
||||||
LANonly: false
|
LANonly: false
|
||||||
# - When enabled the server is in maintenance mode, only administrators can login. Use the maintenance command in server console to change.
|
|
||||||
maintenanceMode: ""
|
|
||||||
allowLoginToken: false
|
allowLoginToken: false
|
||||||
# - Controls the Strict-Transport-Security header, default is 1 year. Set to false to remove, true to force enable, or string to set a custom value. If set to null, MeshCentral will enable if a trusted certificate is set.
|
# - Controls the Strict-Transport-Security header, default is 1 year. Set to false to remove, true to force enable, or string to set a custom value. If set to null, MeshCentral will enable if a trusted certificate is set.
|
||||||
_StrictTransportSecurity: null
|
_StrictTransportSecurity: null
|
||||||
|
|||||||
Reference in New Issue
Block a user