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:
parent
c0efcbb1e1
commit
9b7a5d8ffc
5 changed files with 1671 additions and 1611 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue