mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added MeshCentral Router link customization.
This commit is contained in:
@@ -149,6 +149,23 @@
|
||||
"name": "Jitsi",
|
||||
"url": "https://meet.jit.si/myserver-{0}"
|
||||
},
|
||||
"_deviceMeshRouterLinks": {
|
||||
"rdp": true,
|
||||
"ssh": true,
|
||||
"scp": true,
|
||||
"extralinks": [
|
||||
{
|
||||
"name": "HTTP",
|
||||
"protocol": "http",
|
||||
"port": 80
|
||||
},
|
||||
{
|
||||
"name": "HTTPS",
|
||||
"protocol": "https",
|
||||
"port": 443
|
||||
}
|
||||
]
|
||||
},
|
||||
"myServer": {
|
||||
"Backup": false,
|
||||
"Restore": false,
|
||||
|
||||
Reference in New Issue
Block a user