1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added MeshCentral Router link customization.

This commit is contained in:
Ylian Saint-Hilaire 2021-02-24 17:48:03 -08:00
parent c0efcbb1e1
commit 9b7a5d8ffc
5 changed files with 1671 additions and 1611 deletions

View file

@ -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,