Menu

Managing Service Registries

It is critical to Start9’s mission that Start9 is not a central point of failure. Software distribution is critical infrastructure and therefore the Start9 Marketplace supports adding and accessing of custom registries for maximum resiliency and decentralization.

The most basic method Start9 has made available is the ability to use and distribute packages in their .s9pk form, which can be simply hosted as a file anywhere you’d like, even on your Start9 server (see below)! Start9 has also built open source tools for the Marketplace UI, to keep the community in maximum control with minimal inconvenience.

See this blog post for more details.

Changing Registries

By default, there are 2 registries available in the Marketplace: Start9 (officially developed/supported) and Community (community developed/supported).

Caution

Start9 is not responsible for issues encountered when downloading services from alternative marketplaces, and cannot provide support for services that are not from our official marketplace. Here be dragons!!

Go to Marketplace > Change.

../_images/marketplace-switch0.png

Adding a Registry

Click “Add custom registry” and enter the URL of your desired Marketplace. You may connect immediately, or save for later use.

../_images/marketplace-switch1.png

Note

Currently this change will only permit the downloading of services from alternative marketplaces. StartOS itself may only be obtained from Start9 (or building from source) at this time.

Hosting a Registry

You can run your own basic registry using your Start9 server! On each service’s GitHub Releases page, such as Bitcoin for example, you will find the .s9pk Asset. You can download this package, upload to a folder on File Browser or Nextcloud, and then host it over Tor using Start9 Pages!

If you are interested in building and hosting your own full registry that can be accessed in the Start9 Marketplace UI, you can check out the registry repository.