-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Labels
enhancementNew feature or requestNew feature or requestnot go-live blockerThis issue has been reviewed and determined to not be a blocker to go-liveThis issue has been reviewed and determined to not be a blocker to go-liveproduct requirements workUpstream of development workUpstream of development work
Description
Add support for DXTs (or whatever they're going to be named). We discussed this in a call last week, but we were thinking the format might be like this in a server.json:
{
...
"packages": [
{
"registry_name": "dxt",
"name": "https://some-file-serving-place.com/my-dxt/1-0-2.dxt",
"file_hashes": {
"sha-256": "fe333e598595000ae021bd27117db32ec69af6987f507ba7a63c90638ff633ce"
},
"version": "1.0.2"
}
]
}
We could provide guidance on people on how to host it on GitHub releases etc.
The file hash is necessary so that clients can verify the file hasn't changed since e.g. a downstream repository has stamped it as 'verified' or 'probably free of malware' etc.
rdimitrov
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnot go-live blockerThis issue has been reviewed and determined to not be a blocker to go-liveThis issue has been reviewed and determined to not be a blocker to go-liveproduct requirements workUpstream of development workUpstream of development work