mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-14 12:01:52 +00:00
Adding more items to advanced json
This commit is contained in:
parent
f150e3ac5f
commit
bfacd5ed73
1 changed files with 52 additions and 32 deletions
|
@ -38,7 +38,6 @@
|
|||
"_agentCoreDump": true,
|
||||
"_agentCoreDumpUsers": "user1,user2",
|
||||
"_agentSignLock": true,
|
||||
"_agentTimeStampServer": "http://timestamp.digicert.com",
|
||||
"_ignoreAgentHashCheck": true,
|
||||
"_exactPorts": true,
|
||||
"_allowLoginToken": true,
|
||||
|
@ -73,6 +72,7 @@
|
|||
"_webPush": { "email": "xxxxx@xxxxx.com" },
|
||||
"_publicPushNotifications": true,
|
||||
"_desktopMultiplex": true,
|
||||
"_ipBlockedUserRedirect": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
|
||||
"_userAllowedIP": "127.0.0.1,192.168.1.0/24",
|
||||
"_userBlockedIP": "127.0.0.1,::1,192.168.0.100",
|
||||
"_agentAllowedIP": "192.168.0.100/24",
|
||||
|
@ -92,6 +92,7 @@
|
|||
"_mpsAliasPort": 4433,
|
||||
"_mpsAliasHost": "mps.mydomain.com",
|
||||
"_mpsTlsOffload": true,
|
||||
"_mpsHighSecurity": true,
|
||||
"_no2FactorAuth": true,
|
||||
"_runOnServerStarted": "c:\\tmp\\mcstart.bat",
|
||||
"_runOnServerUpdated": "c:\\tmp\\mcupdate.bat",
|
||||
|
@ -163,14 +164,16 @@
|
|||
"title2": "Servername",
|
||||
"_titlePicture": "title-sample.png",
|
||||
"_loginPicture": "title-sample.png",
|
||||
"_rootRedirect": "https://www.youtube.com/watch?v=Gs069dndIYk",
|
||||
"_mobileSite": false,
|
||||
"_unknownUserRootRedirect": "https://www.youtube.com/watch?v=2Q_ZzBGPdqE",
|
||||
"_nightMode": 1,
|
||||
"_userQuota": 1048576,
|
||||
"_meshQuota": 248576,
|
||||
"minify": true,
|
||||
"_guestDeviceSharing" : false,
|
||||
"_AutoRemoveInactiveDevices": 37,
|
||||
"_DeviceSearchBarServerAndClientName": false,
|
||||
"_loginKey": ["abc", "123"],
|
||||
"_agentKey": ["abc", "123"],
|
||||
"_ipkvm": false,
|
||||
"minify": true,
|
||||
"_newAccounts": true,
|
||||
"_newAccountsUserGroups": ["ugrp//xxxxxxxxxxxxxxxxx"],
|
||||
"_userNameIsEmail": true,
|
||||
|
@ -185,6 +188,13 @@
|
|||
"_hide": 4,
|
||||
"_footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
|
||||
"_loginfooter": "This is a private server.",
|
||||
"_allowSavingDeviceCredentials": false,
|
||||
"_guestDeviceSharing": false,
|
||||
"_AutoRemoveInactiveDevices": 37,
|
||||
"_DeviceSearchBarServerAndClientName": false,
|
||||
"_agentSelfGuestSharing": {
|
||||
"expire": 120
|
||||
},
|
||||
"_certUrl": "https://192.168.2.106:443/",
|
||||
"_altMessenging": {
|
||||
"name": "Jitsi",
|
||||
|
@ -211,7 +221,7 @@
|
|||
},
|
||||
"PreconfiguredRemoteInput": [
|
||||
{
|
||||
"name": "CompagnyUrl",
|
||||
"name": "CompanyUrl",
|
||||
"value": "https://help.mycompany.com/"
|
||||
},
|
||||
{
|
||||
|
@ -325,14 +335,24 @@
|
|||
"log": "amtactivation.log",
|
||||
"certs": {
|
||||
"mycertname": {
|
||||
"certfiles": [ "amtacm-leafcert.crt", "amtacm-intermediate1.crt", "amtacm-intermediate2.crt", "amtacm-rootcert.crt" ],
|
||||
"certfiles": [
|
||||
"amtacm-leafcert.crt",
|
||||
"amtacm-intermediate1.crt",
|
||||
"amtacm-intermediate2.crt",
|
||||
"amtacm-rootcert.crt"
|
||||
],
|
||||
"keyfile": "amtacm-leafcert.key"
|
||||
}
|
||||
}
|
||||
},
|
||||
"_amtManager": {
|
||||
"adminAccounts": [{ "user": "admin", "pass": "MyP@ssw0rd" }],
|
||||
"environmentDetection": [ "domain1.com", "domain2.com", "domain3.com", "domain4.com" ],
|
||||
"environmentDetection": [
|
||||
"domain1.com",
|
||||
"domain2.com",
|
||||
"domain3.com",
|
||||
"domain4.com"
|
||||
],
|
||||
"wifiProfiles": [
|
||||
{
|
||||
"name": "Profile1",
|
||||
|
|
Loading…
Reference in a new issue