mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
Several FAQ changes, docs updates
This commit is contained in:
@@ -43,7 +43,7 @@ Components (EmbassyOS versions 0.2.x)
|
||||
#. `Power supply for Raspberry Pi 4B <https://raspberrypi.org/products/type-c-power-supply/>`_
|
||||
#. Case for Raspberry Pi 4B (`passive cooling recommended <https://www.amazon.com/Geekworm-Raspberry-Aluminum-Passive-Heatsink/dp/B07Z6FYHCH/>`_ `*`)
|
||||
#. `High endurance microSD <https://amazon.com/SanDisk-Endurance-microSDXC-Adapter-Monitoring/dp/B07NY23WBG/>`_ (recommended 128GB or more)
|
||||
#. `GPIO mini speaker/buzzer <https://amazon.com/dp/B07F8NXHGP/>`_
|
||||
#. `GPIO mini speaker/buzzer <https://www.amazon.com/Motherboard-Speaker-Desktop-Computer-Internal/dp/B079DKDSJ9/ref=sr_1_4?keywords=PC+Internal+Speaker+Buzzer&qid=1637340725&qsid=142-6397234-9356056&s=electronics&sr=1-4&sres=B01MR1A4NV%2CB079DKDSJ9%2CB07SPYB2HF%2CB07FCHT22L%2CB07F8NXHGP%2CB088KN6B9Q%2CB07Q81VG54%2CB08GKLQWZZ%2CB09B1W6MLL%2CB01LY5OP1E%2CB075M7FHM1%2CB016P9HJIA%2CB010OYASRG%2CB01N9MIOJX%2CB01FU0OQ0E%2CB01MXSEJO3%2CB0816B9Y5G%2CB08F57GSJ7%2CB01LAYWUDO%2CB086JXJ1LF>`_ (These often sell out, please let us know if this link needs to be refreshed)
|
||||
#. Ethernet cable
|
||||
#. MicroSD → USB adapter (if no microSD port on your computer)
|
||||
|
||||
|
||||
@@ -32,10 +32,10 @@ Running Tor on Windows
|
||||
|
||||
.. code-block::
|
||||
|
||||
sc create tor start=auto binPath="<PATH TO>\Browser\TorBrowser\Tor\tor.exe -nt-service"
|
||||
|
||||
sc create tor start= auto binPath= "<PATH TO>\Browser\TorBrowser\Tor\tor.exe -nt-service"
|
||||
|
||||
.. code-block::
|
||||
|
||||
|
||||
sc start tor
|
||||
|
||||
.. note:: If you get the error "Access denied," please ensure you are running the command prompt in Administrator mode. You can tell because the prompt will show C:\\Users\\YOUR-USERNAME> if you are NOT in admin mode, and it will show C:\\WINDOWS\\system32 if you ARE in admin mode.
|
||||
|
||||
@@ -66,7 +66,7 @@ A Service can be any piece of software added to the Marketplace. All services a
|
||||
|
||||
Does the Embassy ship worldwide?
|
||||
--------------------------------
|
||||
Yes.
|
||||
No. We ship everywhere that DHL ships, with the unfortunate exception of Europe, where the VAT and Customs are so ridiculous that they cost as much as Embassy itself or more. Please consider buying your hardware locally, and purchasing EmbassyOS as a download from us instead.
|
||||
|
||||
Does the Embassy have international electrical plugs?
|
||||
-----------------------------------------------------
|
||||
@@ -98,10 +98,6 @@ Absolutely. An Embassy would be a great addition to any business as it is easy
|
||||
|
||||
With the addition of `BTCPay Server <https://btcpayserver.org/>`_, you can even run your own payment processor and accept cryptocurrency payments with no third party necessary!
|
||||
|
||||
How does pricing work for EmbassyOS? Are you targeting a specific USD price?
|
||||
-----------------------------------------------------------------------------
|
||||
The price is changed every 2016 blocks, which occurs about every 14 days. And no, the intent is not to tie EmbassyOS to a USD value, though at the moment USD is a convenient proxy for real purchasing power.
|
||||
|
||||
What are you using for a store backend? Do you store my data?
|
||||
--------------------------------------------------------------
|
||||
Here is our exact situation currently:
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
SSH Setup
|
||||
*********
|
||||
|
||||
.. warning:: This is an advanced feature and should be used with caution. Start9 is not responsible for any damage you might cause through SSH access.
|
||||
|
||||
Connecting via CLI
|
||||
==================
|
||||
|
||||
#. Navigate to *Developer Options > SSH Keys*
|
||||
#. Click the ``+`` button in the lower right hand corner.
|
||||
#. Paste in your SSH key.
|
||||
@@ -11,4 +16,7 @@ SSH Setup
|
||||
|
||||
ssh pi@<LAN URL>
|
||||
|
||||
.. warning:: This is an advanced feature and should be used with caution. Start9 is not responsible for any damage you might cause through SSH access.
|
||||
Connecting via SSH on Windows, using PuTTY
|
||||
==========================================
|
||||
|
||||
One of our community members, @brewsbitcoin, has put together this guide for connecting via PuTTY on Windows: https://medium.com/@brewsbitcoin/ssh-to-start9-embassy-from-windows-4a4e17891b5a
|
||||
|
||||
Reference in New Issue
Block a user