Browse Source

Deployed 7ab297c to v15.2 with MkDocs 1.6.1 and mike 2.1.3

gh-pages
github-actions[bot] 4 months ago
parent
commit
95a65a6a64
  1. 8
      v15.2/advanced/config/amnezia/index.html
  2. 2
      v15.2/examples/tutorials/auto-updates/index.html
  3. 14
      v15.2/getting-started/index.html
  4. 2
      v15.2/index.html
  5. 2
      v15.2/search/search_index.json
  6. 58
      v15.2/sitemap.xml
  7. BIN
      v15.2/sitemap.xml.gz

8
v15.2/advanced/config/amnezia/index.html

@ -2000,22 +2000,22 @@
</tbody>
</table>
<h2 id="client-applications"><a class="toclink" href="#client-applications">Client Applications</a></h2>
<p>To be able to connect to wg-easy if AmneziaWG is enabled, you must have an AmneziaWG-compatible client. Currently, only WG Tunnel and Amnezia VPN supports AmneziaWG 1.5/2.0! AmneziaWG clients require building from source code.</p>
<p>To be able to connect to wg-easy if AmneziaWG is enabled, you must have an AmneziaWG-compatible client. Where an AmneziaWG app is available for your platform, it is recommended to use it rather than Amnezia VPN.</p>
<p>Android:</p>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=org.amnezia.vpn">Amnezia VPN</a> - Amnezia VPN Official Client</li>
<li><a href="https://play.google.com/store/apps/details?id=org.amnezia.awg">AmneziaWG</a> - AmneziaWG Official Client</li>
<li><a href="https://play.google.com/store/apps/details?id=com.zaneschepke.wireguardautotunnel">WG Tunnel</a> - Third Party Client</li>
<li><a href="https://play.google.com/store/apps/details?id=org.amnezia.vpn">Amnezia VPN</a> - Amnezia VPN Official Client</li>
</ul>
<p>iOS and macOS:</p>
<ul>
<li><a href="https://apps.apple.com/us/app/amneziavpn/id1600529900">Amnezia VPN</a> - Amnezia VPN Official Client</li>
<li><a href="https://apps.apple.com/us/app/amneziawg/id6478942365">AmneziaWG</a> - AmneziaWG Official Client</li>
<li><a href="https://apps.apple.com/us/app/amneziavpn/id1600529900">Amnezia VPN</a> - Amnezia VPN Official Client</li>
</ul>
<p>Windows:</p>
<ul>
<li><a href="https://github.com/amnezia-vpn/amneziawg-windows-client/releases">AmneziaWG</a> - AmneziaWG Official Client (Requires building from source code)</li>
<li><a href="https://amnezia.org/downloads">Amnezia VPN</a> - Amnezia VPN Official Client</li>
<li><a href="https://github.com/amnezia-vpn/amneziawg-windows-client/releases">AmneziaWG</a> - AmneziaWG Official Client</li>
</ul>
<p>Linux:</p>
<ul>

2
v15.2/examples/tutorials/auto-updates/index.html

@ -1917,7 +1917,7 @@ sudo<span class="w"> </span>docker<span class="w"> </span>compose<span class="w"
<p>File: <code>/etc/docker/containers/watchtower/docker-compose.yml</code></p>
<div class="highlight"><pre><span></span><code><span class="nt">services</span><span class="p">:</span>
<span class="w"> </span><span class="nt">watchtower</span><span class="p">:</span>
<span class="w"> </span><span class="nt">image</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">containrrr/watchtower:latest</span>
<span class="w"> </span><span class="nt">image</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">nickfedor/watchtower:latest</span>
<span class="w"> </span><span class="nt">volumes</span><span class="p">:</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">/var/run/docker.sock:/var/run/docker.sock</span>
<span class="w"> </span><span class="nt">env_file</span><span class="p">:</span>

14
v15.2/getting-started/index.html

@ -1985,12 +1985,6 @@ If you're using podman, make sure to read the related <a href="../examples/tutor
<td>latest features for specific major versions, no breaking changes, recommended</td>
</tr>
<tr>
<td><code>latest</code></td>
<td>latest tag</td>
<td><code>ghcr.io/wg-easy/wg-easy:latest</code> or <code>ghcr.io/wg-easy/wg-easy</code></td>
<td>points to latest release, can include breaking changes</td>
</tr>
<tr>
<td><code>15.0</code></td>
<td>latest patch for that minor tag</td>
<td><code>ghcr.io/wg-easy/wg-easy:15.0</code></td>
@ -2014,11 +2008,17 @@ If you're using podman, make sure to read the related <a href="../examples/tutor
<td><code>ghcr.io/wg-easy/wg-easy:development</code></td>
<td>used for development, testing code from PRs</td>
</tr>
<tr>
<td><code>latest</code></td>
<td>latest tag</td>
<td><code>ghcr.io/wg-easy/wg-easy:latest</code> or <code>ghcr.io/wg-easy/wg-easy</code></td>
<td>points to the v14 release, should be avoided</td>
</tr>
</tbody>
</table>
<!-- ref: major version (check links too) -->
<p>When publishing a tag we follow the <a href="https://semver.org/">Semantic Versioning</a> specification. The <code>latest</code> tag is always pointing to the latest stable release. If you want to avoid breaking changes, use the major version tag (e.g. <code>15</code>).</p>
<p>When publishing a tag we follow the <a href="https://semver.org/">Semantic Versioning</a> specification. Pin to the latest major version to avoid breaking changes (e.g. <code>15</code>), avoid using the <code>latest</code> tag.</p>
<h3 id="follow-tutorials"><a class="toclink" href="#follow-tutorials">Follow tutorials</a></h3>
<ul>
<li><a href="../examples/tutorials/basic-installation/">Basic Installation with Docker Compose (Recommended)</a></li>

2
v15.2/index.html

@ -1935,7 +1935,7 @@
<h1 id="welcome-to-the-documentation-for-wg-easy"><a class="toclink" href="#welcome-to-the-documentation-for-wg-easy">Welcome to the Documentation for <code>wg-easy</code></a></h1>
<div class="admonition info">
<p class="admonition-title"> This Documentation is Versioned</p>
<p><strong>Make sure</strong> to select the correct version of this documentation! It should match the version of the image you are using. The default version corresponds to the <code>:latest</code> image tag - <a href="getting-started/#tagging-convention">the most recent stable release</a>.</p>
<p><strong>Make sure</strong> to select the correct version of this documentation! It should match the version of the image you are using. The default version corresponds to <a href="getting-started/#tagging-convention">the most recent stable release</a>.</p>
</div>
<p>This documentation provides you not only with the basic setup and configuration of <code>wg-easy</code> but also with advanced configuration, elaborate usage scenarios, detailed examples, hints and more.</p>
<h2 id="about"><a class="toclink" href="#about">About</a></h2>

2
v15.2/search/search_index.json

File diff suppressed because one or more lines are too long

58
v15.2/sitemap.xml

@ -2,118 +2,118 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/faq/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/getting-started/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/advanced/api/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/advanced/config/amnezia/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/advanced/config/experimental-config/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/advanced/config/optional-config/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/advanced/config/unattended-setup/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/advanced/metrics/prometheus/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/advanced/migrate/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/advanced/migrate/from-14-to-15/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/contributing/general/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/contributing/issues-and-pull-requests/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/contributing/translation/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/examples/tutorials/adguard/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/examples/tutorials/auto-updates/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/examples/tutorials/basic-installation/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/examples/tutorials/caddy/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/examples/tutorials/docker-run/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/examples/tutorials/dockerless/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/examples/tutorials/podman-nft/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/examples/tutorials/reverse-proxyless/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/examples/tutorials/routed/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/examples/tutorials/traefik/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/guides/2fa/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/guides/admin/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/guides/cli/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/guides/clients/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
<url>
<loc>https://wg-easy.github.io/wg-easy/v15.2/guides/setup/</loc>
<lastmod>2026-01-14</lastmod>
<lastmod>2026-02-06</lastmod>
</url>
</urlset>

BIN
v15.2/sitemap.xml.gz

Binary file not shown.
Loading…
Cancel
Save