mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
registry.start9labs.com > registry.start9.com chagnes, MacOS > macOS changes (#189)
This commit is contained in:
@@ -29,7 +29,7 @@ Install [python3](https://www.python.org/downloads/)
|
||||
Install [poetry](https://python-poetry.org/docs/)
|
||||
Install [pyenv](https://github.com/pyenv/pyenv)
|
||||
|
||||
For installations with MacOS:
|
||||
For installations with macOS:
|
||||
|
||||
```
|
||||
brew install python3
|
||||
|
||||
@@ -63,7 +63,7 @@ There are several services available on both platforms, but even so these platfo
|
||||
|
||||
Umbrel uses docker containers to package up services, and can be done in any programming language. The only requirement is for the service to serve up a web page, as the regular user is never expected to have cli access on Umbrel.
|
||||
|
||||
The docker containers can be tested on a dedicated Umbrel development environment, available for both Linux and MacOS, or can be tested directly on an Umbrel. Any dependencies on other services would need to be managed by the service author/developer.
|
||||
The docker containers can be tested on a dedicated Umbrel development environment, available for both Linux and macOS, or can be tested directly on an Umbrel. Any dependencies on other services would need to be managed by the service author/developer.
|
||||
|
||||
Umbrel uses docker images pushed to Docker Hub to catalog services on the Umbrel marketplace. All services are bundled together in UmbrelOS releases, so once you submit a service to Umbrel, you would need to wait until the next UmbrelOS version release in order to see your service in the Umbrel marketplace.
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ Trust Embassy CA in Brave
|
||||
|
||||
.. tabs::
|
||||
|
||||
.. group-tab:: Linux / MacOS
|
||||
.. group-tab:: Linux / macOS
|
||||
|
||||
#. Open a new tab in Brave and open to "Settings" from the top-right hamburger menu.
|
||||
|
||||
@@ -40,7 +40,7 @@ Trust Embassy CA in Brave
|
||||
|
||||
.. figure:: /_static/images/ssl/browser/brave_view_certs.png
|
||||
:width: 60%
|
||||
:alt: Brave Manage Certificates sub-menu on MacOS
|
||||
:alt: Brave Manage Certificates sub-menu on macOS
|
||||
|
||||
|
||||
.. group-tab:: Windows
|
||||
|
||||
@@ -11,7 +11,7 @@ Once Tor is setup on your system, you can proceed to setup Firefox:
|
||||
|
||||
1. Download `Firefox Beta <https://play.google.com/store/apps/details?id=org.mozilla.firefox_beta>`_ from the Play Store, or `Fennec <https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/>`_ from F-Droid.
|
||||
|
||||
2. Next, download a `Proxy Auto Config` file that will use Orbot to resolve `.onion` URLs. We have one hosted `here <https://registry.start9labs.com/sys/proxy.pac>`_.
|
||||
2. Next, download a `Proxy Auto Config` file that will use Orbot to resolve `.onion` URLs. We have one hosted `here <https://registry.start9.com/sys/proxy.pac>`_.
|
||||
|
||||
3. Navigate to ``about:config`` in the Firefox URL bar.
|
||||
|
||||
|
||||
@@ -31,13 +31,13 @@ Configuring Firefox for Tor on Mac
|
||||
|
||||
.. code-block::
|
||||
|
||||
wget -P /usr/local/etc/tor https://registry.start9labs.com/sys/proxy.pac
|
||||
wget -P /usr/local/etc/tor https://registry.start9.com/sys/proxy.pac
|
||||
|
||||
On new (M1) Macs this directory may not exist. If so, use this command:
|
||||
|
||||
.. code-block::
|
||||
|
||||
wget -P /opt/homebrew/bin/tor https://registry.start9labs.com/sys/proxy.pac
|
||||
wget -P /opt/homebrew/bin/tor https://registry.start9.com/sys/proxy.pac
|
||||
|
||||
#. Now, back in your Firefox web browser, select ``Settings`` from the right-hand hamburger menu:
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ Configuring Firefox for Tor on Windows
|
||||
|
||||
#. Download a *Proxy Auto Config* file to inform Firefox how to use the Tor daemon running on your computer. You can get Start9's standard file by following instructions below:
|
||||
|
||||
- Click `here <https://registry.start9labs.com/sys/proxy.pac>`_ to get the file and save the file somewhere you will not delete it. Remember where you save the file. For this example:
|
||||
- Click `here <https://registry.start9.com/sys/proxy.pac>`_ to get the file and save the file somewhere you will not delete it. Remember where you save the file. For this example:
|
||||
|
||||
.. code-block::
|
||||
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
Mac
|
||||
===
|
||||
|
||||
MacOS has no known limitations in regard to Embassy.
|
||||
macOS has no known limitations in regard to Embassy.
|
||||
|
||||
@@ -21,7 +21,7 @@ Blockstream Green
|
||||
- Android/CalyxOS/GrapheneOS/LineageOS
|
||||
- iOS
|
||||
- Linux
|
||||
- MacOS
|
||||
- macOS
|
||||
- Windows
|
||||
|
||||
**Instructions**
|
||||
@@ -53,7 +53,7 @@ Electrum
|
||||
|
||||
- Android/CalyxOS/GrapheneOS/LineageOS
|
||||
- Linux
|
||||
- MacOS
|
||||
- macOS
|
||||
- Windows
|
||||
|
||||
**Instructions**
|
||||
@@ -69,7 +69,7 @@ FullyNoded
|
||||
**Available For**
|
||||
|
||||
- iOS
|
||||
- MacOS
|
||||
- macOS
|
||||
|
||||
**Instructions**
|
||||
|
||||
@@ -105,7 +105,7 @@ Sparrow
|
||||
**Available For**
|
||||
|
||||
- Linux
|
||||
- MacOS
|
||||
- macOS
|
||||
- Windows
|
||||
|
||||
**Instructions**
|
||||
@@ -121,12 +121,12 @@ Specter
|
||||
**Available For**
|
||||
|
||||
- Linux
|
||||
- MacOS
|
||||
- macOS
|
||||
- Windows
|
||||
|
||||
**Instructions**
|
||||
|
||||
Follow the guide for `MacOS <https://github.com/Start9Labs/bitcoind-wrapper/blob/master/docs/integrations/specter/macos.md>`__ or `Windows <https://github.com/Start9Labs/bitcoind-wrapper/blob/master/docs/integrations/specter/windows.md>`__.
|
||||
Follow the guide for `macOS <https://github.com/Start9Labs/bitcoind-wrapper/blob/master/docs/integrations/specter/macos.md>`__ or `Windows <https://github.com/Start9Labs/bitcoind-wrapper/blob/master/docs/integrations/specter/windows.md>`__.
|
||||
|
||||
|
||||
.. _trezor-suite:
|
||||
@@ -139,7 +139,7 @@ Trezor Suite
|
||||
**Available For**
|
||||
|
||||
- Linux
|
||||
- MacOS
|
||||
- macOS
|
||||
- Windows
|
||||
|
||||
**Instructions**
|
||||
|
||||
Reference in New Issue
Block a user