Docs updates lan-linux, lan-ff, lan-nextcloud (#277)

* Modify Linux LAN connection guide to support FF enterprise roots

* Touchup to lan linux instructions

* Touchup2 to lan linux instructions

* Touchup3 to lan linux instructions

* Touchup to linux lan instructions

* Touchup \#3ish to linux lan instructions

* Modifications to LAN Firefox and LAN Android instructions

* Add note about NextCloud on macOS, Android instructions

* Various touchups / visual cleanliness cleanups / etc

* ufw firewall allow Samba rules to punch holes in any local ufw/iptables firewall present

* Update lan-ff.rst

* Update lan-android.rst

* Update torff-android.rst

Co-authored-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com>
This commit is contained in:
gStart9
2023-01-26 08:11:36 +00:00
committed by GitHub
parent f926d76e6e
commit d2cf88f346
14 changed files with 167 additions and 108 deletions

View File

@@ -27,7 +27,7 @@ Once Tor is setup on your system, you can proceed to setup Firefox:
5. Search for ``network.proxy.autoconfig_url``, and set the value to ``file:///storage/emulated/0/Download/proxy.pac``.
.. caution:: No variation of this will work on LineageOS. For some platforms, such as Calyx/Graphene on a Pixel 5/6, it may be necessary to place the file within the application's ``data`` folder, such as ``file:///storage/emulated/0/Android/data/org.mozilla.firefox_beta/files/Download/proxy.pac``. Furthermore, the stock file explorer app may not let you do this, so you might have to get a new one, such as `Explorer <https://play.google.com/store/apps/details?id=com.speedsoftware.explorer&hl=en_US&gl=US>`_. Please reach out to support if you have issues.
.. caution:: No variation of this will work on LineageOS. For some platforms, such as Calyx/Graphene on a Pixel 5/6, it may be necessary to place the file within the application's ``data`` folder, such as ``file:///storage/emulated/0/Android/data/org.mozilla.firefox_beta/files/Download/proxy.pac``. Furthermore, the stock file explorer app may not let you do this, so you might have to get a new one, such as `Ghost Commander <https://play.google.com/store/apps/details?id=com.ghostsq.commander&hl=en_US&gl=US>` (also available on F-Droid). Please reach out to support if you have issues.
.. figure:: /_static/images/tor/autoconfig_url.png
:width: 50%
@@ -45,5 +45,7 @@ Once Tor is setup on your system, you can proceed to setup Firefox:
:width: 50%
:alt: Firefox whitelist onions screenshot
8. Restart Firefox, and you're all set! You should now be able to navigate to `.onion` URLs in Firefox. This means you can bookmark Cups Messenger, or other Embassy ``.onion`` addresses, as well as use the :ref:`Bitwarden<vaultwarden>` browser extension.
8. Optional but recommended: search for ``network.http.referer.hideOnionsSource`` and set the value to ``true``.
9. Restart Firefox, and you're all set! You should now be able to navigate to `.onion` URLs in Firefox. This means you can bookmark Cups Messenger, or other Embassy ``.onion`` addresses, as well as use the :ref:`Bitwarden<vaultwarden>` browser extension.

View File

@@ -12,5 +12,5 @@ Select your Operating System to setup Tor to run in the background (natively) of
Linux <tor-linux>
Mac <tor-mac>
Windows <tor-windows>
Android/Calyx/Graphene <tor-android>
Android <tor-android>
iOS <tor-ios>

View File

@@ -12,7 +12,7 @@ Running Tor on Linux
.. note:: The following install is for the LTS (Long Term Support) version of Tor from Debian. If you would like the latest stable release, The Tor Project maintain their own Debian repository. The instructions to connect to this can be found `here <https://support.torproject.org/apt/tor-deb-repo/>`_.
Install the Tor proxy service to your system. To do so, open your terminal and run the following command:
Install the Tor proxy service to your system. To do so, open your terminal and run the following command:
.. code-block:: bash
@@ -51,7 +51,7 @@ Running Tor on Linux
sudo systemctl restart tor
.. group-tab:: CentOS / RHEL / Fedora
.. group-tab:: CentOS / Fedora / RHEL
#. Configure the Tor Package repository. Add the following to ``/etc/yum.repos.d/tor.repo``: