fix(meshcentral): remove maintenancemode config because if set to any value enables it (#4215)

This commit is contained in:
Stavros Kois 2022-10-27 21:32:57 +03:00 committed by GitHub
parent 864fcbdef5
commit 6eafc24b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 9 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: meshcentral
appVersion: "1.0.90"
version: 5.0.11
version: 5.0.12
description: MeshCentral is a full computer management web site
type: application
deprecated: false

View File

@ -50,12 +50,6 @@ questions:
schema:
type: string
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
label: WANonly
description: When enabled, only MeshCentral WAN features are enabled and agents will connect to the server using a well known DNS name.

View File

@ -49,8 +49,6 @@ meshcentral:
WANonly: false
# - When enabled, only MeshCentral LAN features are enabled and agents will find the server using multicast LAN packets.
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
# - 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