mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 12:11:57 +00:00
New layout init
This commit is contained in:
57
site/source/support/user-manual/walkthrough/backup.rst
Normal file
57
site/source/support/user-manual/walkthrough/backup.rst
Normal file
@@ -0,0 +1,57 @@
|
||||
.. _backup:
|
||||
|
||||
==================
|
||||
Backing Up Embassy
|
||||
==================
|
||||
|
||||
There are 2 options for backing up your Embassy and all its service data. You can setup a shared folder on a remote machine, such as a laptop or desktop, or you can backup to a local drive, which must be externally powered or plugged into a powered USB hub before plugging into Embassy.
|
||||
|
||||
Remote Backups
|
||||
--------------
|
||||
|
||||
Linux
|
||||
=====
|
||||
|
||||
#. IYKYK
|
||||
|
||||
Mac
|
||||
===
|
||||
|
||||
#. go to system settings
|
||||
#. click sharing
|
||||
#. click file sharing
|
||||
#. click the + under shared folders
|
||||
#. add a folder
|
||||
#. click options
|
||||
#. enable Windows file sharing for the user you would like to use to authenticate
|
||||
#. click done
|
||||
#. enter the name of your macbook, as shown in the computer name field at the top of the sharing page into the hostname field in embassy ui
|
||||
#. enter the name of the folder as shown in the shared folders section as the path
|
||||
#. enter your macbook username and password for the user that you enabled windows file sharing for
|
||||
|
||||
Windows
|
||||
=======
|
||||
|
||||
#. Create a folder
|
||||
#. Right click the folder
|
||||
#. select "properties"
|
||||
#. click the share tab
|
||||
#. click share...
|
||||
#. select a user you want to use for login, or select everyone
|
||||
#. click share
|
||||
#. enter your computer name into the hostname field in embassy ui (the name is shown after a \\ in the windows ui)
|
||||
#. enter the path that is shown after the hostname in the windows ui into the path field
|
||||
#. enter your username for the windows computer
|
||||
#. enter the password for the windows computer
|
||||
|
||||
Local Backups
|
||||
-------------
|
||||
|
||||
Linux
|
||||
=====
|
||||
|
||||
Mac
|
||||
===
|
||||
|
||||
Windows
|
||||
=======
|
||||
15
site/source/support/user-manual/walkthrough/index.rst
Normal file
15
site/source/support/user-manual/walkthrough/index.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
.. _walkthrough:
|
||||
|
||||
===========
|
||||
Walkthrough
|
||||
===========
|
||||
|
||||
An overview of EmbassyOS general capabilities.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
overview
|
||||
updates
|
||||
backup
|
||||
password
|
||||
80
site/source/support/user-manual/walkthrough/overview.rst
Normal file
80
site/source/support/user-manual/walkthrough/overview.rst
Normal file
@@ -0,0 +1,80 @@
|
||||
.. _overview:
|
||||
|
||||
=====================
|
||||
Overview of EmbassyOS - ***NEED SCREENSHOTS / DETAILS***
|
||||
=====================
|
||||
|
||||
.. _services-tab:
|
||||
|
||||
Services Tab
|
||||
------------
|
||||
|
||||
The Services Tab will show you all of your currently installed :ref:`Services<services>`, or in the case of a fresh install, no Services.
|
||||
|
||||
Services
|
||||
========
|
||||
|
||||
.. _embassy-tab:
|
||||
|
||||
Embassy Tab
|
||||
-----------
|
||||
|
||||
The Embassy Tab is where you can perform :ref:`Backups<backups>`, get Insights into EOS, change some basic Settings, and Power cycle your device if necessary.
|
||||
|
||||
Backups
|
||||
=======
|
||||
|
||||
Do the backups
|
||||
|
||||
Insights
|
||||
========
|
||||
|
||||
Get the insights
|
||||
|
||||
Settings
|
||||
========
|
||||
|
||||
Set the things
|
||||
|
||||
Power
|
||||
=====
|
||||
|
||||
Restart
|
||||
.......
|
||||
|
||||
#. Be patient while services shut down. A *tune* will play, indicating the shutdown 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. Please be patient as a Restart will take some time.
|
||||
|
||||
Shutdown
|
||||
........
|
||||
|
||||
#. Be patient while services shut down. A *tune* will play, indicating the shutdown 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.
|
||||
|
||||
.. _marketplace-tab:
|
||||
|
||||
Marketplace Tab
|
||||
---------------
|
||||
|
||||
The Marketplace Tab is obviously the home of the Marketplace, where you can install new Services, or manange existing ones.
|
||||
|
||||
Marketplace
|
||||
===========
|
||||
|
||||
.. _notifications-tab:
|
||||
|
||||
Notifications Tab
|
||||
-----------------
|
||||
|
||||
The Notifications Tab is where you can view and manage Notifications produced by EOS and your Services
|
||||
|
||||
Notifications
|
||||
=============
|
||||
|
||||
* successful or failed EmbassyOS updates
|
||||
* successful or failed service installations
|
||||
* successful or failed service backups
|
||||
* successful or failed service updates
|
||||
76
site/source/support/user-manual/walkthrough/password.rst
Normal file
76
site/source/support/user-manual/walkthrough/password.rst
Normal file
@@ -0,0 +1,76 @@
|
||||
.. _forgot-password:
|
||||
|
||||
===============
|
||||
Forgot Password - ***NEEDS UPDATING***
|
||||
===============
|
||||
|
||||
There is currently no way to reset you Embassy master password through a standard UI flow.
|
||||
|
||||
SSH/Linux
|
||||
---------
|
||||
|
||||
If you already have :ref:`SSH keys registered with your Embassy<ssh-setup>` **OR** you have access to a Linux computer, you can reset your Embassy password without losing any data.
|
||||
|
||||
* SSH:
|
||||
|
||||
* Use the command line to gain SSH access to your Embassy::
|
||||
|
||||
ssh pi@start9-[network-id].local
|
||||
|
||||
* Check if you have sqlite3 installed. If not, install it::
|
||||
|
||||
which sqlite3
|
||||
sudo apt install sqlite3
|
||||
|
||||
* Access the sqlite3 terminal::
|
||||
|
||||
sudo sqlite3 /root/agent/start9_agent.sqlite3
|
||||
|
||||
* Run::
|
||||
|
||||
delete from account;
|
||||
.quit
|
||||
|
||||
* Exit the SSH session::
|
||||
|
||||
exit
|
||||
|
||||
* You can now use the Start9 Setup App to reclaim your Embassy and set a new password.
|
||||
|
||||
.. warning:: Running setup process will generate new certificate and Tor address for your Embassy.
|
||||
|
||||
* Linux computer:
|
||||
|
||||
* Shut down your Embassy, disconnect from power, and remove the microSD card.
|
||||
* Insert the microSD card into your Linux computer and mount the drive::
|
||||
|
||||
mount [drive] [mount folder]
|
||||
|
||||
* Check if you have sqlite3 installed. If not, install it::
|
||||
|
||||
which sqlite3
|
||||
sudo apt install sqlite3
|
||||
|
||||
* Access the sqlite3 terminal::
|
||||
|
||||
sudo sqlite3 /root/agent/start9_agent.sqlite3
|
||||
|
||||
* Run::
|
||||
|
||||
delete from account;
|
||||
.quit
|
||||
|
||||
* Un-mount the microSD card::
|
||||
|
||||
umount [mount folder]
|
||||
|
||||
* Return the microSD card to your Embassy and power it on.
|
||||
* You can now use the Start9 Setup App to reclaim your Embassy and set a new password.
|
||||
|
||||
.. warning:: Running setup process will generate new certificate and Tor address for your Embassy.
|
||||
|
||||
|
||||
No SSH/Linux
|
||||
------------
|
||||
|
||||
You must factory reset your device by re-installing EmbassyOS, resulting in permanent loss of data. Visit the `image downloader <https://images.start9labs.com/download>`_ to obtain a new EmbassyOS image, then follow the `installation instructions </getting-started/diy.html#installing-embassyos>`_.
|
||||
32
site/source/support/user-manual/walkthrough/updates.rst
Normal file
32
site/source/support/user-manual/walkthrough/updates.rst
Normal file
@@ -0,0 +1,32 @@
|
||||
.. _updates:
|
||||
|
||||
========
|
||||
Updating
|
||||
========
|
||||
|
||||
Keeping current on Updates ensures a fast and secure system.
|
||||
|
||||
.. _update-eos:
|
||||
|
||||
Updating EmbassyOS
|
||||
------------------
|
||||
|
||||
When an Operating System update is available, a big, beautiful banner will appear in the Marketplace as an announcement. Simply click on this and follow the UI flow to update EmbassyOS. It is recommended to keep EOS up to date for the latest security and performance patches, as well as to take advantage of new features.
|
||||
|
||||
.. _auto-check-updates:
|
||||
|
||||
Enable Auto Check for Updates
|
||||
-----------------------------
|
||||
|
||||
#. Navigate to the ``Embassy`` tab -> ``Preferences``
|
||||
#. Click "Auto Check for Updates" and click Enable
|
||||
#. If there is an update available, you will be prompted to install it.
|
||||
#. While updating, your Embassy will emit a gentle chime every 20 seconds.
|
||||
#. You can also enable automatic check for updates in the :ref:`Embassy config <auto-update>` tab.
|
||||
|
||||
.. 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 your Internet bandwidth, they can sometimes take up to an hour.
|
||||
|
||||
Manually Checking Updates
|
||||
-------------------------
|
||||
|
||||
If you choose not to enable automatic updates, service updates will appear in the `Updates` tab of the Marketplace when ready.
|
||||
Reference in New Issue
Block a user