Adding more items to advanced json

This commit is contained in:
silversword411 2022-06-20 07:25:03 -04:00
parent f150e3ac5f
commit bfacd5ed73
No known key found for this signature in database
GPG Key ID: 6F4BD176F56B50CA

View File

@ -38,7 +38,6 @@
"_agentCoreDump": true, "_agentCoreDump": true,
"_agentCoreDumpUsers": "user1,user2", "_agentCoreDumpUsers": "user1,user2",
"_agentSignLock": true, "_agentSignLock": true,
"_agentTimeStampServer": "http://timestamp.digicert.com",
"_ignoreAgentHashCheck": true, "_ignoreAgentHashCheck": true,
"_exactPorts": true, "_exactPorts": true,
"_allowLoginToken": true, "_allowLoginToken": true,
@ -73,6 +72,7 @@
"_webPush": { "email": "xxxxx@xxxxx.com" }, "_webPush": { "email": "xxxxx@xxxxx.com" },
"_publicPushNotifications": true, "_publicPushNotifications": true,
"_desktopMultiplex": true, "_desktopMultiplex": true,
"_ipBlockedUserRedirect": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"_userAllowedIP": "127.0.0.1,192.168.1.0/24", "_userAllowedIP": "127.0.0.1,192.168.1.0/24",
"_userBlockedIP": "127.0.0.1,::1,192.168.0.100", "_userBlockedIP": "127.0.0.1,::1,192.168.0.100",
"_agentAllowedIP": "192.168.0.100/24", "_agentAllowedIP": "192.168.0.100/24",
@ -92,6 +92,7 @@
"_mpsAliasPort": 4433, "_mpsAliasPort": 4433,
"_mpsAliasHost": "mps.mydomain.com", "_mpsAliasHost": "mps.mydomain.com",
"_mpsTlsOffload": true, "_mpsTlsOffload": true,
"_mpsHighSecurity": true,
"_no2FactorAuth": true, "_no2FactorAuth": true,
"_runOnServerStarted": "c:\\tmp\\mcstart.bat", "_runOnServerStarted": "c:\\tmp\\mcstart.bat",
"_runOnServerUpdated": "c:\\tmp\\mcupdate.bat", "_runOnServerUpdated": "c:\\tmp\\mcupdate.bat",
@ -163,14 +164,16 @@
"title2": "Servername", "title2": "Servername",
"_titlePicture": "title-sample.png", "_titlePicture": "title-sample.png",
"_loginPicture": "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, "_userQuota": 1048576,
"_meshQuota": 248576, "_meshQuota": 248576,
"minify": true,
"_guestDeviceSharing" : false,
"_AutoRemoveInactiveDevices": 37,
"_DeviceSearchBarServerAndClientName": false,
"_loginKey": ["abc", "123"], "_loginKey": ["abc", "123"],
"_agentKey": ["abc", "123"], "_agentKey": ["abc", "123"],
"_ipkvm": false,
"minify": true,
"_newAccounts": true, "_newAccounts": true,
"_newAccountsUserGroups": ["ugrp//xxxxxxxxxxxxxxxxx"], "_newAccountsUserGroups": ["ugrp//xxxxxxxxxxxxxxxxx"],
"_userNameIsEmail": true, "_userNameIsEmail": true,
@ -185,6 +188,13 @@
"_hide": 4, "_hide": 4,
"_footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>", "_footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
"_loginfooter": "This is a private server.", "_loginfooter": "This is a private server.",
"_allowSavingDeviceCredentials": false,
"_guestDeviceSharing": false,
"_AutoRemoveInactiveDevices": 37,
"_DeviceSearchBarServerAndClientName": false,
"_agentSelfGuestSharing": {
"expire": 120
},
"_certUrl": "https://192.168.2.106:443/", "_certUrl": "https://192.168.2.106:443/",
"_altMessenging": { "_altMessenging": {
"name": "Jitsi", "name": "Jitsi",
@ -211,7 +221,7 @@
}, },
"PreconfiguredRemoteInput": [ "PreconfiguredRemoteInput": [
{ {
"name": "CompagnyUrl", "name": "CompanyUrl",
"value": "https://help.mycompany.com/" "value": "https://help.mycompany.com/"
}, },
{ {
@ -325,14 +335,24 @@
"log": "amtactivation.log", "log": "amtactivation.log",
"certs": { "certs": {
"mycertname": { "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" "keyfile": "amtacm-leafcert.key"
} }
} }
}, },
"_amtManager": { "_amtManager": {
"adminAccounts": [{ "user": "admin", "pass": "MyP@ssw0rd" }], "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": [ "wifiProfiles": [
{ {
"name": "Profile1", "name": "Profile1",