The main consumable artifacts of this project are two Docker images:
- openvsx-server contains the server application without configuration / UI. You need to add a configuration file to describe your infrastructure (database, file storage, search engine etc.)
- openvsx-webui contains the default UI; use the npm package mentioned below to create a customized version of the web UI.
There are also two npm packages:
- ovsx is the CLI for publishing and downloading extensions.
- openvsx-webui is a React library for creating a customized UI.