mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
Several misc edits, todo updates
This commit is contained in:
@@ -14,17 +14,13 @@
|
||||
- [ ] Address build errors
|
||||
- [ ] Launch versioned site/docs to start9.com
|
||||
- [ ] There are many issues that should be closed by 0.3 docs release, check that this is the case (some issues await new processes in order to test)
|
||||
- [ ] Below checklist
|
||||
- [ ] Below checklist (wiped as completed)
|
||||
|
||||
<!-- Checklist
|
||||
# User Manual
|
||||
- Getting Started
|
||||
- Introduction
|
||||
- Purchasing
|
||||
- Initial Setup
|
||||
- Device-specific Setup Guides <label links with connectivity, performance, reliability, or tuning>
|
||||
- Change to topic or hero boxes
|
||||
- (after release) create badges
|
||||
- Device-specific Guides <connectivity, performance, resilience and/or tuning> - (after release) create badges for topic boxes
|
||||
- Configuration
|
||||
- Tor Setup
|
||||
- Mac
|
||||
@@ -41,28 +37,17 @@
|
||||
- Browsers
|
||||
- Tuning
|
||||
- DIY Guide
|
||||
- Hardware
|
||||
- EmbassyOS
|
||||
- Migrating to Embassy
|
||||
- From Umbrel
|
||||
- Advanced Configurations
|
||||
- Advanced Config
|
||||
- SSH over Tor
|
||||
- Service-specific Guides
|
||||
- Alt Market Build Guide
|
||||
# Developer Documentation
|
||||
- embassy-sdk
|
||||
- Service Packaging Spec
|
||||
- Overview
|
||||
- Wrapper
|
||||
- Manifest
|
||||
- Docker
|
||||
- Makefile
|
||||
- Config
|
||||
- Properties
|
||||
- Instructions
|
||||
- Backups
|
||||
- Submission Process
|
||||
- Service Packaging Walkthrough (Hello-World Example)
|
||||
- Development FAQ
|
||||
- Contributing
|
||||
- Service Packaging
|
||||
# About
|
||||
- Mission / values
|
||||
-->
|
||||
|
||||
@@ -112,11 +112,10 @@
|
||||
|
||||
.. This is for the side navigation display
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:maxdepth: 2
|
||||
:hidden:
|
||||
|
||||
support/index
|
||||
learn/index
|
||||
contribute/index
|
||||
about/index
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ A session is simply a logged-in connection to your Embassy. You can view your :
|
||||
|
||||
Service Container
|
||||
-----------------
|
||||
Each service is compartmentalilzed into its own "container," at this time, this normally means a `Docker <docker.com>`_ container. There are several reasons for this, including security, ease of use, and maintenance.
|
||||
Each service is compartmentalilzed into its own "container," at this time, this normally means a `Docker <https://docker.com>`_ container. There are several reasons for this, including security, ease of use, and maintenance.
|
||||
|
||||
.. _service-dependencies:
|
||||
|
||||
|
||||
@@ -6,10 +6,10 @@ Introduction
|
||||
|
||||
:ref:`Embassy<embassy>` is a new kind of personal computer - one that sits quietly on your shelf and runs all day and night. It has no screen and no keyboard. You access your Embassy from anywhere in the world in total, trustless privacy, simply by visiting its unique Tor address (.onion URL) right from the browser.
|
||||
|
||||
Embassy is composed of commonly available hardware components that can be sourced and assembled by anyone, anywhere, for a marginal fee. Embassy is powered by EmbassyOS, the open-source operating system by Start9.
|
||||
Embassy is composed of commonly available hardware components that can be sourced and assembled by anyone, anywhere, for a marginal fee. Embassy is powered by :ref:`EmbassyOS<embassy-os>`, the open-source operating system by :ref:`Start9<start9>`.
|
||||
|
||||
So, what do you do with your Embassy? You use it to run services: Bitcoin, Lightning, personal cloud storage, P2P messaging, password management, etc. The list of available services is growing quickly and will eventually encompass the entirety of open-source, self-hosted software.
|
||||
|
||||
Every communication between you and your Embassy is end-to-end encrypted and onion routed over the :ref:`Tor network<tor>`. All services are open-source and self-hosted, meaning there are no trusted third parties of any kind.
|
||||
|
||||
To get an Embassy, you can :ref:`purchase<purchasing>` one directly from :ref:`Start9<start9>`, or you can :ref:`build one yourself<diy>`.
|
||||
To get an Embassy, you can :ref:`purchase<purchasing>` one directly from Start9, or you can :ref:`build one yourself<diy>`.
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
Purchasing
|
||||
==========
|
||||
|
||||
For maximum convenience, you can purchase an Embassy device directly from Start9 through our `Shopify Store <https://store.start9.com>`_. The device comes in a beautiful box, fully-assembled, and pre-installed with the latest version of :ref:`EmbassyOS<embassy-os>`. We do our own hardware assembly and fulfillment, and we only collect the minimal information necessary to fulfill your order. And yes, we accept Bitcoin, as well as Lightning payments.
|
||||
For maximum convenience, you can purchase an Embassy device, or EmbassyOS, directly from Start9 through our `Shopify Store <https://store.start9.com>`_. The device comes in a beautiful box, fully-assembled, and pre-installed with the latest version of :ref:`EmbassyOS<embassy-os>`. We do our own hardware assembly and fulfillment, and we only collect the minimal information necessary to fulfill your order. And yes, we accept Bitcoin, as well as Lightning payments.
|
||||
|
||||
If you prefer to build your own Embassy, you can follow the :ref:`DIY Guide <diy>`.
|
||||
|
||||
@@ -10,7 +10,7 @@ Here, you can customize your Embassy with advanced configuration, setup external
|
||||
:maxdepth: 2
|
||||
|
||||
diy
|
||||
migrating
|
||||
.. migrating
|
||||
advanced-config/index
|
||||
tune-embassy-os
|
||||
service-guides/index
|
||||
|
||||
Reference in New Issue
Block a user