mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-04-01 21:13:10 +00:00
first sweep
This commit is contained in:
7
source/user-manuals/embassyos/about.rst
Normal file
7
source/user-manuals/embassyos/about.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
*****
|
||||
About
|
||||
*****
|
||||
|
||||
``Embassy ---> About``
|
||||
|
||||
This page conatins static information about your device, such as its ID, Tor Address, and hardware specs.
|
||||
13
source/user-manuals/embassyos/configure.rst
Normal file
13
source/user-manuals/embassyos/configure.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
*********
|
||||
Configure
|
||||
*********
|
||||
|
||||
``Embassy ---> Configure``
|
||||
|
||||
Here you can set custom configurations for your Embassy. Currently, changing the ``Device Name`` is the only option.
|
||||
|
||||
.. figure:: /_static/images/embassy_config.png
|
||||
:width: 90%
|
||||
:alt: Embassy Config View
|
||||
|
||||
View of Embassy Config
|
||||
@@ -0,0 +1,16 @@
|
||||
.. _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_registry_url>' > /root/agent/alt_registry_url.txt"
|
||||
sudo systemctl start agent
|
||||
|
||||
The Embassy is now able to connect to the provided alternative registry.
|
||||
@@ -0,0 +1,9 @@
|
||||
*****************
|
||||
Developer Options
|
||||
*****************
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
ssh-setup
|
||||
alt-marketplace
|
||||
@@ -0,0 +1,13 @@
|
||||
.. _ssh-setup:
|
||||
|
||||
*********
|
||||
SSH Setup
|
||||
*********
|
||||
|
||||
``Embassy ---> 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 ``ssh pi@<LAN URL>``
|
||||
|
||||
.. warning:: Adding an SSH key voids the device warranty. This is an advanced feature for developers and should ne used with caution.
|
||||
24
source/user-manuals/embassyos/index.rst
Normal file
24
source/user-manuals/embassyos/index.rst
Normal file
@@ -0,0 +1,24 @@
|
||||
*********
|
||||
EmbassyOS
|
||||
*********
|
||||
|
||||
You can view and manage your Embassy inside the ``Embassy`` tab in the main menu.
|
||||
|
||||
.. figure:: /_static/images/embassy_tab.png
|
||||
:width: 90%
|
||||
:alt: Embassy Menu Tab
|
||||
|
||||
Embassy settings tab in dashboard menu
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
about
|
||||
monitor
|
||||
configure
|
||||
updating
|
||||
wifi
|
||||
developer-options/index
|
||||
power
|
||||
notifications
|
||||
ssl
|
||||
13
source/user-manuals/embassyos/monitor.rst
Normal file
13
source/user-manuals/embassyos/monitor.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
*******
|
||||
Monitor
|
||||
*******
|
||||
|
||||
``Embassy ---> Monitor``
|
||||
|
||||
Provides real-time statistics, such as temperature, CPU usage, memory and disk space.
|
||||
|
||||
.. figure:: /_static/images/embassy_metrics.png
|
||||
:width: 90%
|
||||
:alt: Embassy Metrics View
|
||||
|
||||
View of Embassy Metrics
|
||||
24
source/user-manuals/embassyos/notifications.rst
Normal file
24
source/user-manuals/embassyos/notifications.rst
Normal file
@@ -0,0 +1,24 @@
|
||||
*************
|
||||
Notifications
|
||||
*************
|
||||
|
||||
You can view and manage your Notifications inside the ``Notifications`` tab in the main menu. They include:
|
||||
|
||||
* successful or failed EmbassyOS updates
|
||||
* successful or failed service installations
|
||||
* successful or failed service backups
|
||||
* successful or failed service updates
|
||||
|
||||
To delete a notification, slide the notification to the left and click the *trash* icon.
|
||||
|
||||
.. figure:: /_static/images/embassy_notifications.png
|
||||
:width: 90%
|
||||
:alt: Embassy Notifications
|
||||
|
||||
All notifications View
|
||||
|
||||
.. figure:: /_static/images/embassy_notification.png
|
||||
:width: 90%
|
||||
:alt: Embassy notification alert
|
||||
|
||||
Example notification alerts
|
||||
20
source/user-manuals/embassyos/power.rst
Normal file
20
source/user-manuals/embassyos/power.rst
Normal file
@@ -0,0 +1,20 @@
|
||||
*****
|
||||
Power
|
||||
*****
|
||||
|
||||
Restart
|
||||
=======
|
||||
|
||||
#. ``Embassy ---> Restart ---> 'Restart'``.
|
||||
#. Be patient while services shut down. A *tune* will play, indicating the powerdown is complete.
|
||||
#. A gentle *bep* will sound when the Embassy is powered back on.
|
||||
#. A *chime* will sound when the Embassy is ready to use.
|
||||
|
||||
Shutdown
|
||||
========
|
||||
|
||||
#. ``Embassy ---> Shutdown ---> 'Shutdown'``
|
||||
#. Be patient while services shut down. A *tune* will play, indicating the powerdown is complete.
|
||||
#. It is now safe to unplug the Embassy from power and the ethernet cable, if connected.
|
||||
|
||||
.. note:: After a shutdown, the *only* way to turn your Embassy back on is to unplug it and plug it back in. As such, we do not recommend shutting down your Embassy when you are not physically near it. Instead, you should use the restart option.
|
||||
7
source/user-manuals/embassyos/ssl.rst
Normal file
7
source/user-manuals/embassyos/ssl.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
.. _ssl-setup:
|
||||
|
||||
*********
|
||||
SSL Setup
|
||||
*********
|
||||
|
||||
Please follow the setup instructions `here <https://medium.com/@start9labs/embassy-https-certificate-setup-8cd873d7075c>`_.
|
||||
10
source/user-manuals/embassyos/updating.rst
Normal file
10
source/user-manuals/embassyos/updating.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
******************
|
||||
Updating EmbassyOS
|
||||
******************
|
||||
|
||||
``Embassy ---> Check for Updates``
|
||||
|
||||
#. If there is an update available, you will be promted to install it.
|
||||
#. While updating, your Embassy will emit a gantle chime every 20 seconds.
|
||||
|
||||
.. note:: Ensure you have a stable Internet connection, and do not unplug your Embassy during an update. Updates usually complete within a few minutes, but depending on the size of the update and you Internet bandwidth, they can sometimes take up to an hour.
|
||||
20
source/user-manuals/embassyos/wifi.rst
Normal file
20
source/user-manuals/embassyos/wifi.rst
Normal file
@@ -0,0 +1,20 @@
|
||||
**********
|
||||
WiFi Setup
|
||||
**********
|
||||
|
||||
``Embassy tab ---> WiFi``
|
||||
|
||||
#. Click the ``+`` button in the lower right corner.
|
||||
#. Select the appropriate country.
|
||||
#. Enter your WiFi SSID and password.
|
||||
|
||||
.. figure:: /_static/images/embassy_wifi.png
|
||||
:width: 90%
|
||||
:alt: Add WiFi
|
||||
|
||||
Add WiFi Network options
|
||||
|
||||
#. Save
|
||||
* Clicking *Add* will save the network credentials but not try to connect immediately. This is useful, for example, if you are conncted over Ethernet at home and want to add your office WiFi credentials.
|
||||
* `Add and Connect`.
|
||||
#. The saved network will appear in the list when successfully added. If you are successfully connected, the WiFi symbol will be green, at which point, you can safely disconnect the Embassy from your router.
|
||||
Reference in New Issue
Block a user