Many minor updates and screenshots added

This commit is contained in:
kn0wmad
2021-12-17 17:47:25 -07:00
committed by Lucy Cifferello
parent 4c1d6a0e70
commit 01b8dad941
44 changed files with 294 additions and 141 deletions

View File

@@ -1,21 +1,19 @@
=======================
Alternative Marketplace - ***NEEDS UPDATED***
Alternative Marketplace
=======================
EmbassyOS supports accessing alternative marketplaces by configuring a system file. Start9 is not responsible for issues encountered by downloading services from alternative marketplaces.
.. caution:: EmbassyOS supports accessing alternative marketplaces. Start9 is not responsible for issues encountered when downloading services from alternative marketplaces, and cannot provide support for Services that are not from our offical marketplace. Here be dragons!!
After SSH-ing into the Embassy, run the following commands::
After SSH-ing into the Embassy, run the following command, replacing ``<url>`` with your desired marketplace URL:
sudo systemctl stop agent
sudo sh -c "echo '<alternative_marketplace_url>' > /root/agent/alt_registry_url.txt"
sudo systemctl start agent
.. code-block:: bash
The Embassy is now able to connect to the provided alternative registry.
embassy-cli server set-marketplace <url>
----
or to only change the marketplace for fetching packages, but not os updates:
To revert this change, simply delete the file::
.. code-block:: bash
sudo systemctl stop agent
sudo rm /root/agent/alt_registry_url.txt
sudo systemctl start agent
embassy-cli package set-marketplace <url>
.. note:: Make sure you have the URL **EXACTLY CORRECT.** If you do not, your Embassy may crash. In this case, just reboot the device and try again.

View File

@@ -9,12 +9,16 @@ SSH Setup
Connecting via CLI
------------------
#. Navigate to *Developer Options > SSH Keys*
#. Click the ``+`` button in the lower right hand corner.
#. Paste in your SSH key.
#. You can now access your Embassy from the command line using::
#. Navigate to the ``Embassy`` tab, then under ``Settings``, click ``SSH``
#. Click the ``+ Add New Key`` button
#. Paste in your SSH key and hit ``Submit``
#. You can now access your Embassy from the command line (Linux and Mac) using:
ssh pi@<LAN URL>
.. code-block:: bash
ssh root@<LAN URL>
Replacing ``<LAN URL>`` with your Embassy's LAN (``embassy-xxxxxxx.local``) address
Connecting via SSH on Windows, using PuTTY
------------------------------------------

View File

@@ -1,7 +1,7 @@
.. _diy:
=========
DIY Guide
DIY Guide - ***UPDATE BUILD GUIDE LINK***
=========
.. figure:: /_static/images/diy/pi.png
@@ -69,7 +69,7 @@ Depending on your Internet speed, the download should take between 5 and 30 minu
Getting EmbassyOS: Building from Source
.......................................
***Placehodler for build guide - either link to GH or duplicate here. Probably duplicate to keep all docs centralized to this repo - https://github.com/Start9Labs/embassy-os/tree/integration/0.3.0/build***
***Placehodler for build guide - https://github.com/Start9Labs/embassy-os/tree/integration/0.3.0/build***
Installing EmbassyOS
--------------------