Is there a way to pull in a *_sources.json from an external source without rebuilding Forge? Usually, it is needed to add something like this to the collection_sources.json file:
[
// other entries ...
{
"name": "MyCustomCollection",
"type": "bof"
}
]
which would load MyCustomCollection_sources.json from disk, where all the supported BOFs are listed. Is there a way to store this in a remote location instead, so that updates to MyCustomCollection would be visible in the running Mythic instance?
If not, consider this to be a feature request :)