Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "ScriptTask",
"shortName": "scripttask",
"version": "0.0.20",
"version": "0.0.21",
"author": "Ryan Blenis",
"description": "Script (PowerShell, BAT, Bash) runner for endpoints",
"hasAdminPanel": false,
"homepage": "https://github.com/ryanblenis/MeshCentral-ScriptTask",
"changelogUrl": "https://raw.githubusercontent.com/ryanblenis/MeshCentral-ScriptTask/master/changelog.md",
"configUrl": "https://raw.githubusercontent.com/ryanblenis/MeshCentral-ScriptTask/master/config.json",
"downloadUrl": "https://github.com/ryanblenis/MeshCentral-ScriptTask/archive/master.zip",
"configUrl": "https://raw.githubusercontent.com/MrTaravat/MeshCentral-ScriptTask/master/config.json",
"downloadUrl": "https://github.com/MrTaravat/MeshCentral-ScriptTask/archive/master.zip",
"repository": {
"type": "git",
"url": "https://github.com/ryanblenis/MeshCentral-ScriptTask.git"
"url": "https://github.com/MrTaravat/MeshCentral-ScriptTask.git"
},
"versionHistoryUrl": "https://api.github.com/repos/ryanblenis/MeshCentral-ScriptTask/tags",
"versionHistoryUrl": "https://api.github.com/repos/MrTaravat/MeshCentral-ScriptTask/tags",
"meshCentralCompat": ">=1.1.35"
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A script running plugin for the [MeshCentral2](https://github.com/Ylianst/MeshCe
Restart your MeshCentral server after making this change.

To install, simply add the plugin configuration URL when prompted:
`https://raw.githubusercontent.com/ryanblenis/MeshCentral-ScriptTask/master/config.json`
`https://raw.githubusercontent.com/MrTaravat/MeshCentral-ScriptTask/master/config.json`

## Features
- Add scripts to a central store
Expand Down
Loading