-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.json
18 lines (18 loc) · 834 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "File Distribution",
"shortName": "filedist",
"version": "0.0.4",
"author": "Ryan Blenis",
"description": "Distribute Files to nodes",
"hasAdminPanel": false,
"homepage": "https://github.com/ryanblenis/MeshCentral-FileDistribution",
"changelogUrl": "https://raw.githubusercontent.com/ryanblenis/MeshCentral-FileDistribution/master/changelog.md",
"configUrl": "https://raw.githubusercontent.com/ryanblenis/MeshCentral-FileDistribution/master/config.json",
"downloadUrl": "https://github.com/ryanblenis/MeshCentral-FileDistribution/archive/master.zip",
"repository": {
"type": "git",
"url": "https://github.com/ryanblenis/MeshCentral-FileDistribution.git"
},
"versionHistoryUrl": "https://api.github.com/repos/ryanblenis/MeshCentral-FileDistribution/tags",
"meshCentralCompat": ">=0.9.98"
}