mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 04:01:59 +00:00
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:
@@ -69,6 +69,12 @@ Setup Network Folder
|
||||
|
||||
.. figure:: /_static/images/cifs/cifs-lin4.png
|
||||
:width: 60%
|
||||
|
||||
#. In case your installation of Ubuntu is running a firewall by default or due to your own custom configuration, enter this command to allow connections to Samba. If it generates an error, you can safely ignore it:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo ufw allow Samba
|
||||
|
||||
|
||||
.. group-tab:: Mint
|
||||
@@ -102,6 +108,12 @@ Setup Network Folder
|
||||
|
||||
- (Optional) Create a description in the "Comment" section
|
||||
|
||||
#. In case your installation of Mint is running a firewall by default or due to your own custom configuration, enter this command to allow connections to Samba. If it generates an error, you can safely ignore it:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo ufw allow Samba
|
||||
|
||||
|
||||
.. group-tab:: Other Linux
|
||||
|
||||
@@ -139,6 +151,12 @@ Setup Network Folder
|
||||
sudo smbpasswd -a YOUR-USER
|
||||
|
||||
This creates a password for the Local Network Share. Keep it somewhere safe, such as Vaultwarden.
|
||||
|
||||
#. In case your installation of Linux (Pop-OS users take special note!) is running a firewall by default or due to your own custom configuration, enter this command to allow connections to Samba. If it generates an error, you can safely ignore it:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo ufw allow Samba
|
||||
|
||||
|
||||
Connect Embassy
|
||||
|
||||
Reference in New Issue
Block a user