Files
documentation/source/user-manuals/embassyos/developer-options/alt-marketplace.rst
2020-10-08 08:20:53 -06:00

22 lines
692 B
ReStructuredText

.. _alt-marketplace:
***********************
Alternative Marketplace
***********************
Embassy OS supports accessing alternative marketplaces by configuring a system file.
Start9 Labs is not responsible for issues encountered by downloading unverified services from these alternative marketplaces.
After SSHing into the Embassy, run the following commands::
sudo systemctl stop agent
sudo sh -c "echo '<alternative_marketplace_url>' > /root/agent/alt_registry_url.txt"
sudo systemctl start agent
The Embassy is now able to connect to the provided alternative registry.
----
To revert this change, simply delete the file::
sudo rm /root/agent/alt_registry_url.txt