-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconfig.json
More file actions
18 lines (18 loc) · 802 Bytes
/
Copy pathconfig.json
File metadata and controls
18 lines (18 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "RoutePlus",
"shortName": "routeplus",
"version": "0.1.7",
"author": "Ryan Blenis",
"description": "Route ports directly from and to any node.",
"hasAdminPanel": false,
"homepage": "https://github.com/ryanblenis/MeshCentral-RoutePlus",
"changelogUrl": "https://raw.githubusercontent.com/ryanblenis/MeshCentral-RoutePlus/master/changelog.md",
"configUrl": "https://raw.githubusercontent.com/ryanblenis/MeshCentral-RoutePlus/master/config.json",
"downloadUrl": "https://github.com/ryanblenis/MeshCentral-RoutePlus/archive/master.zip",
"repository": {
"type": "git",
"url": "https://github.com/ryanblenis/MeshCentral-RoutePlus.git"
},
"versionHistoryUrl": "https://api.github.com/repos/ryanblenis/MeshCentral-RoutePlus/tags",
"meshCentralCompat": ">=1.1.35"
}