mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added PreconfiguredRemoteInput #3264
This commit is contained in:
parent
966392b779
commit
eece5412f4
4 changed files with 52 additions and 2 deletions
|
|
@ -141,6 +141,7 @@
|
|||
"minify": true,
|
||||
"_guestDeviceSharing" : false,
|
||||
"_AutoRemoveInactiveDevices": 37,
|
||||
"_DeviceSearchBarServerAndClientName": false,
|
||||
"_loginKey": [ "abc", "123" ],
|
||||
"_newAccounts": true,
|
||||
"_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
|
||||
|
|
@ -180,6 +181,20 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"PreconfiguredRemoteInput": [
|
||||
{
|
||||
"name": "CompagnyUrl",
|
||||
"value": "https://help.mycompany.com/"
|
||||
},
|
||||
{
|
||||
"name": "Any Text",
|
||||
"value": "Any text\r"
|
||||
},
|
||||
{
|
||||
"name": "Welcome",
|
||||
"value": "Default welcome text"
|
||||
}
|
||||
],
|
||||
"myServer": {
|
||||
"Backup": false,
|
||||
"Restore": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue