Skip to content

feature: Support for DXTs #260

@domdomegg

Description

@domdomegg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestnot go-live blockerThis issue has been reviewed and determined to not be a blocker to go-liveproduct requirements workUpstream of development work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions