mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
Misc edits
This commit is contained in:
@@ -21,10 +21,6 @@
|
|||||||
- Device-specific Setup Guides <label links with connectivity, performance, reliability, or tuning> - **ASK LUCY ABOUT "BADGES?"**
|
- Device-specific Setup Guides <label links with connectivity, performance, reliability, or tuning> - **ASK LUCY ABOUT "BADGES?"**
|
||||||
- Change to topic or hero boxes
|
- Change to topic or hero boxes
|
||||||
- (after release) create badges
|
- (after release) create badges
|
||||||
- Walkthrough
|
|
||||||
- EmbassyOS Overview
|
|
||||||
- Updating EOS
|
|
||||||
|
|
||||||
- Configuration
|
- Configuration
|
||||||
- Basic Config
|
- Basic Config
|
||||||
- Name Your Embassy
|
- Name Your Embassy
|
||||||
@@ -63,10 +59,8 @@
|
|||||||
- Migrating to Embassy
|
- Migrating to Embassy
|
||||||
- From Umbrel
|
- From Umbrel
|
||||||
- Advanced Configurations
|
- Advanced Configurations
|
||||||
- SSH Setup
|
|
||||||
- SSH over Tor
|
- SSH over Tor
|
||||||
- Exec into a Service
|
- Exec into a Service
|
||||||
- Change Marketplace
|
|
||||||
- EmbassyOS
|
- EmbassyOS
|
||||||
- Service-specific Guides
|
- Service-specific Guides
|
||||||
- Connecting External Services
|
- Connecting External Services
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
.. _advanced-config:
|
||||||
|
|
||||||
======================
|
======================
|
||||||
Advanced Configuration
|
Advanced Configuration
|
||||||
======================
|
======================
|
||||||
@@ -8,4 +10,5 @@ Custom options for folks that "know what they're doing."
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
ssh-setup
|
ssh-setup
|
||||||
alt-marketplace
|
ssh-tor
|
||||||
|
alt-marketplace
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
.. _ssh-tor:
|
||||||
|
|
||||||
|
============
|
||||||
|
SSH Over Tor
|
||||||
|
============
|
||||||
|
|
||||||
@@ -10,5 +10,5 @@ Here, you can customize your Embassy with advanced configuration, setup external
|
|||||||
diy
|
diy
|
||||||
migrating
|
migrating
|
||||||
advanced-config/index
|
advanced-config/index
|
||||||
embassy-os
|
tune-embassy-os
|
||||||
service-guides/index
|
service-guides/index
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ Here you can change the name of your Embassy!
|
|||||||
:width: 60%
|
:width: 60%
|
||||||
:alt: Rename Embassy
|
:alt: Rename Embassy
|
||||||
|
|
||||||
|
.. _reorder:
|
||||||
|
|
||||||
Reorder Service Page
|
Reorder Service Page
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
@@ -9,7 +9,7 @@ Overview of EmbassyOS
|
|||||||
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.
|
The Services Tab will show you all of your currently installed :ref:`Services<services>`, or in the case of a fresh install, no Services. You can reorder this layout to your liking with the ``Reorder`` button in the top right. You can see a demo of this :ref:`here<reorder>`.
|
||||||
|
|
||||||
.. figure:: /_static/images/walkthrough/servicestab.svg
|
.. figure:: /_static/images/walkthrough/servicestab.svg
|
||||||
:width: 60%
|
:width: 60%
|
||||||
@@ -29,12 +29,10 @@ The Embassy Tab is where you can perform :ref:`Backups<backups>`, get Insights i
|
|||||||
.. figure:: /_static/images/walkthrough/embassytab.svg
|
.. figure:: /_static/images/walkthrough/embassytab.svg
|
||||||
:width: 60%
|
:width: 60%
|
||||||
|
|
||||||
.. _backups:
|
|
||||||
|
|
||||||
Backups
|
Backups
|
||||||
=======
|
=======
|
||||||
|
|
||||||
One of the most important actions you can do on your Embassy is to keep a regular backup of your data. See the following page on :ref:`Backups<backup>`, and select your device for more details.
|
One of the most important actions you can do on your Embassy is to keep a regular backup of your data. See the following page on :ref:`Backups<backup>`, and select your device for more details. In this section, you can create, and restore from, backups.
|
||||||
|
|
||||||
Insights
|
Insights
|
||||||
========
|
========
|
||||||
@@ -46,6 +44,8 @@ Settings
|
|||||||
|
|
||||||
The Settings section lets you change preferences, and manage `Connectivity` and Active Sessions. See the documentation on :ref:`Configuration<config>` for more details.
|
The Settings section lets you change preferences, and manage `Connectivity` and Active Sessions. See the documentation on :ref:`Configuration<config>` for more details.
|
||||||
|
|
||||||
|
.. _power:
|
||||||
|
|
||||||
Power
|
Power
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _forgot-password:
|
.. _forgot-password:
|
||||||
|
|
||||||
===============
|
===============
|
||||||
Forgot Password - ***NEEDS UPDATING***
|
Forgot Password
|
||||||
===============
|
===============
|
||||||
|
|
||||||
There is currently no way to reset you Embassy master password through a standard UI flow.
|
There is currently no way to reset you Embassy master password through a standard UI flow.
|
||||||
@@ -14,65 +14,75 @@ If you already have :ref:`SSH keys registered with your Embassy<ssh-setup>` **OR
|
|||||||
SSH
|
SSH
|
||||||
===
|
===
|
||||||
|
|
||||||
* Use the command line to gain SSH access to your Embassy::
|
#. Use the command line to gain SSH access to your Embassy, replacing ``[network-id]`` with your Embassy's unique ID:
|
||||||
|
|
||||||
ssh pi@start9-[network-id].local
|
.. code-block:: bash
|
||||||
|
|
||||||
* Check if you have sqlite3 installed. If not, install it::
|
ssh pi@embassy-[network-id].local
|
||||||
|
|
||||||
which sqlite3
|
#. Check if you have sqlite3 installed (with ``which``). If not, install it (with ``apt``):
|
||||||
sudo apt install sqlite3
|
|
||||||
|
|
||||||
* Access the sqlite3 terminal::
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo sqlite3 /root/agent/start9_agent.sqlite3
|
which sqlite3
|
||||||
|
sudo apt install sqlite3
|
||||||
|
|
||||||
* Run::
|
#. Access the sqlite3 terminal:
|
||||||
|
|
||||||
delete from account;
|
.. code-block:: bash
|
||||||
.quit
|
|
||||||
|
|
||||||
* Exit the SSH session::
|
sudo sqlite3 /root/agent/start9_agent.sqlite3
|
||||||
|
|
||||||
exit
|
#. Run:
|
||||||
|
|
||||||
* You can now use the Start9 Setup App to reclaim your Embassy and set a new password.
|
.. code-block:: bash
|
||||||
|
|
||||||
.. warning:: Running setup process will generate new certificate and Tor address for your Embassy.
|
delete from account;
|
||||||
|
.quit
|
||||||
|
|
||||||
|
#. Exit the SSH session:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
exit
|
||||||
|
|
||||||
|
.. warning:: Running setup process will generate new certificate and Tor address for your Embassy.
|
||||||
|
|
||||||
|
#. You can now visit ``embassy.local`` to reclaim your Embassy and set a new password.
|
||||||
|
|
||||||
Linux
|
Linux
|
||||||
=====
|
=====
|
||||||
|
|
||||||
* Shut down your Embassy, disconnect from power, and remove the microSD card.
|
#. Shut down your Embassy, disconnect from power, and remove the microSD card.
|
||||||
* Insert the microSD card into your Linux computer and mount the drive::
|
#. Insert the microSD card into your Linux computer and mount the drive::
|
||||||
|
|
||||||
mount [drive] [mount folder]
|
mount [drive] [mount folder]
|
||||||
|
|
||||||
* Check if you have sqlite3 installed. If not, install it::
|
#. Check if you have sqlite3 installed. If not, install it::
|
||||||
|
|
||||||
which sqlite3
|
which sqlite3
|
||||||
sudo apt install sqlite3
|
sudo apt install sqlite3
|
||||||
|
|
||||||
* Access the sqlite3 terminal::
|
#. Access the sqlite3 terminal::
|
||||||
|
|
||||||
sudo sqlite3 /root/agent/start9_agent.sqlite3
|
sudo sqlite3 /root/agent/start9_agent.sqlite3
|
||||||
|
|
||||||
* Run::
|
#. Run::
|
||||||
|
|
||||||
delete from account;
|
delete from account;
|
||||||
.quit
|
.quit
|
||||||
|
|
||||||
* Un-mount the microSD card::
|
#. Un-mount the microSD card::
|
||||||
|
|
||||||
umount [mount folder]
|
umount [mount folder]
|
||||||
|
|
||||||
* Return the microSD card to your Embassy and power it on.
|
#. 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.
|
.. warning:: Running setup process will generate new certificate and Tor address for your Embassy.
|
||||||
|
|
||||||
|
#. You can now visit ``embassy.local`` to reclaim your Embassy and set a new password.
|
||||||
|
|
||||||
No SSH/Linux
|
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>`_.
|
You must factory reset your device by re-installing EmbassyOS, resulting in permanent loss of data. Visit the `image downloader <https://images.start9labs.com/>`_ to obtain a new EmbassyOS image, then follow the :ref:`Initial Setup <initial-setup>` guide.
|
||||||
|
|||||||
Reference in New Issue
Block a user