Skip to content

Commit 91ca612

Browse files
author
docs-bot
committed
docs: update from source@de01881
1 parent d727e09 commit 91ca612

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/cool-things-you-can-do.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ <h1 id="cool-things-you-can-do-with-droidspaces">Cool Things You Can Do with Dro
394394
<div class="callout callout-important"><strong class="callout-title">IMPORTANT</strong> This guide is specifically focused on <strong>Android devices</strong>. While Droidspaces also runs on Linux Desktop, these instructions address the unique networking, storage, and kernel requirements of the Android environment.</div>
395395
<h3 id="quick-navigation">Quick Navigation</h3>
396396
<ul>
397-
<li><a href="#1-setting-up-a-secure-mobile-server-tailscale--ufw--fail2ban" rel="noopener noreferrer">1. Setting Up a Secure "Mobile Server" (Tailscale + UFW + Fail2Ban)</a>- <a href="#prerequisites" rel="noopener noreferrer">Prerequisites</a>- <a href="#step-1-install-networking-tools--compatibility-layer" rel="noopener noreferrer">Step 1: Install Networking Tools & Compatibility Layer</a>- <a href="#step-2-personal-user-setup--ssh-hardening" rel="noopener noreferrer">Step 2: Personal User Setup & SSH Hardening</a>- <a href="#step-3-set-up-tailscale" rel="noopener noreferrer">Step 3: Set Up Tailscale</a>- <a href="#step-4-secure-the-container-with-ufw-firewall" rel="noopener noreferrer">Step 4: Secure the Container with UFW (Firewall)</a>- <a href="#step-5-add-brute-force-protection-with-fail2ban" rel="noopener noreferrer">Step 5: Add Brute-Force Protection with Fail2Ban</a></li>
398-
<li><a href="#2-running-docker-containers-nested-containerization" rel="noopener noreferrer">2. Running Docker Containers (Nested Containerization)</a>- <a href="#prerequisites-1" rel="noopener noreferrer">Prerequisites</a>- <a href="#step-1-ensure-nat-networking" rel="noopener noreferrer">Step 1: Ensure NAT Networking</a>- <a href="#step-2-compatibility-layer-iptables-legacy" rel="noopener noreferrer">Step 2: Compatibility Layer (iptables-legacy)</a>- <a href="#step-3-install-docker" rel="noopener noreferrer">Step 3: Install Docker</a>- <a href="#step-4-non-root-user-setup" rel="noopener noreferrer">Step 4: Non-Root User Setup</a>- <a href="#step-5-verify-installation" rel="noopener noreferrer">Step 5: Verify Installation</a>- <a href="#last-resort-for-host-mode-or-legacy-kernels-old-kernels-only" rel="noopener noreferrer">"Last Resort" for Host Mode or Legacy Kernels (Old Kernels Only)</a></li>
397+
<li><a href="#1-setting-up-a-secure-mobile-server-tailscale--ufw--fail2ban" rel="noopener noreferrer">1. Setting Up a Secure "Mobile Server" (Tailscale + UFW + Fail2Ban)</a> - <a href="#prerequisites" rel="noopener noreferrer">Prerequisites</a> - <a href="#step-1-install-networking-tools--compatibility-layer" rel="noopener noreferrer">Step 1: Install Networking Tools & Compatibility Layer</a> - <a href="#step-2-personal-user-setup--ssh-hardening" rel="noopener noreferrer">Step 2: Personal User Setup & SSH Hardening</a> - <a href="#step-3-set-up-tailscale" rel="noopener noreferrer">Step 3: Set Up Tailscale</a> - <a href="#step-4-secure-the-container-with-ufw-firewall" rel="noopener noreferrer">Step 4: Secure the Container with UFW (Firewall)</a> - <a href="#step-5-add-brute-force-protection-with-fail2ban" rel="noopener noreferrer">Step 5: Add Brute-Force Protection with Fail2Ban</a> </li>
398+
<li><a href="#2-running-docker-containers-nested-containerization" rel="noopener noreferrer">2. Running Docker Containers (Nested Containerization)</a> - <a href="#prerequisites-1" rel="noopener noreferrer">Prerequisites</a> - <a href="#step-1-ensure-nat-networking" rel="noopener noreferrer">Step 1: Ensure NAT Networking</a> - <a href="#step-2-compatibility-layer-iptables-legacy" rel="noopener noreferrer">Step 2: Compatibility Layer (iptables-legacy)</a> - <a href="#step-3-install-docker" rel="noopener noreferrer">Step 3: Install Docker</a> - <a href="#step-4-non-root-user-setup" rel="noopener noreferrer">Step 4: Non-Root User Setup</a> - <a href="#step-5-verify-installation" rel="noopener noreferrer">Step 5: Verify Installation</a> - <a href="#last-resort-for-host-mode-or-legacy-kernels-old-kernels-only" rel="noopener noreferrer">"Last Resort" for Host Mode or Legacy Kernels (Old Kernels Only)</a> </li>
399399
</ul>
400400
<hr>
401401
<h2 id="1-setting-up-a-secure-mobile-server-tailscale-ufw-fail2ban">1. Setting Up a Secure "Mobile Server" (Tailscale + UFW + Fail2Ban)</h2>

docs/gpu-acceleration.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ <h1 id="droidspaces-gpu-acceleration-guide">Droidspaces GPU Acceleration Guide</
394394
<p>This guide provides step-by-step instructions for enabling GPU acceleration in your Droidspaces containers. Whether you are running on an Android device or a Linux desktop, Droidspaces offers multiple ways to leverage hardware acceleration for a smooth graphical experience.</p>
395395
<h3 id="quick-navigation">Quick Navigation</h3>
396396
<ul>
397-
<li><a href="#android" rel="noopener noreferrer"><strong>Android Devices</strong></a>- <a href="#termux-x11" rel="noopener noreferrer">01. Termux-X11 + llvmpipe (Software Rendering)</a>- <a href="#virgl" rel="noopener noreferrer">02. Termux-X11 + VirGL (Non-Qualcomm GPUs)</a>- <a href="#turnip" rel="noopener noreferrer">03. Turnip (Native Qualcomm/Adreno)</a></li>
398-
<li><a href="#linux" rel="noopener noreferrer"><strong>Linux Desktop (AMD/Intel)</strong></a></li>
397+
<li><a href="#android" rel="noopener noreferrer"><strong>Android Devices</strong></a> - <a href="#termux-x11" rel="noopener noreferrer">01. Termux-X11 + llvmpipe (Software Rendering)</a> - <a href="#virgl" rel="noopener noreferrer">02. Termux-X11 + VirGL (Non-Qualcomm GPUs)</a> - <a href="#turnip" rel="noopener noreferrer">03. Turnip (Native Qualcomm/Adreno)</a> </li>
398+
<li><a href="#linux" rel="noopener noreferrer"><strong>Linux Desktop (AMD/Intel)</strong></a> </li>
399399
</ul>
400400
<hr>
401401
<a id="android"></a>

0 commit comments

Comments
 (0)