Deployed 10f4217 to Pre-release with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-05-28 10:02:23 +00:00
parent 27b1237340
commit fc3f24ee46
35 changed files with 2097 additions and 1402 deletions
+175 -33
View File
@@ -15,12 +15,12 @@
<link rel="canonical" href="https://wg-easy.github.io/wg-easy/Pre-release/guides/setup/">
<link rel="prev" href="../login/">
<link rel="prev" href="../clients/">
<link rel="icon" href="../../assets/logo/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.11">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
@@ -28,7 +28,7 @@
<link rel="stylesheet" href="../../assets/stylesheets/main.4af4bdda.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/main.342714a4.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -75,6 +75,11 @@
<label class="md-overlay" for="__drawer"></label>
<div data-md-component="skip">
<a href="#user-setup" class="md-skip">
Skip to content
</a>
</div>
<div data-md-component="announce">
@@ -1162,6 +1167,29 @@
<li class="md-nav__item">
<a href="../../examples/tutorials/reverse-proxyless/" class="md-nav__link">
<span class="md-ellipsis">
No Reverse Proxy
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../examples/tutorials/traefik/" class="md-nav__link">
@@ -1270,12 +1298,12 @@
<li class="md-nav__item">
<a href="../account/" class="md-nav__link">
<a href="../admin/" class="md-nav__link">
<span class="md-ellipsis">
Edit Account
Admin Panel
</span>
@@ -1293,12 +1321,12 @@
<li class="md-nav__item">
<a href="../admin/" class="md-nav__link">
<a href="../cli/" class="md-nav__link">
<span class="md-ellipsis">
Admin Panel
CLI
</span>
@@ -1336,29 +1364,6 @@
<li class="md-nav__item">
<a href="../login/" class="md-nav__link">
<span class="md-ellipsis">
Login
</span>
</a>
</li>
@@ -1369,6 +1374,19 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
Setup
</span>
<span class="md-nav__icon md-icon"></span>
</label>
<a href="./" class="md-nav__link md-nav__link--active">
@@ -1381,6 +1399,65 @@
</a>
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#user-setup" class="md-nav__link">
<span class="md-ellipsis">
User Setup
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#existing-setup" class="md-nav__link">
<span class="md-ellipsis">
Existing Setup
</span>
</a>
<nav class="md-nav" aria-label="Existing Setup">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#no-host-setup" class="md-nav__link">
<span class="md-ellipsis">
No - Host Setup
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#yes-migration" class="md-nav__link">
<span class="md-ellipsis">
Yes - Migration
</span>
</a>
</li>
</ul>
</nav>
</li>
</ul>
</nav>
</li>
@@ -1411,6 +1488,56 @@
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#user-setup" class="md-nav__link">
<span class="md-ellipsis">
User Setup
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#existing-setup" class="md-nav__link">
<span class="md-ellipsis">
Existing Setup
</span>
</a>
<nav class="md-nav" aria-label="Existing Setup">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#no-host-setup" class="md-nav__link">
<span class="md-ellipsis">
No - Host Setup
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#yes-migration" class="md-nav__link">
<span class="md-ellipsis">
Yes - Migration
</span>
</a>
</li>
</ul>
</nav>
</li>
</ul>
</nav>
</div>
</div>
@@ -1443,7 +1570,22 @@
<h1>Setup</h1>
<p>TODO</p>
<h2 id="user-setup"><a class="toclink" href="#user-setup">User Setup</a></h2>
<ul>
<li><strong>Username</strong>: The username of the user.</li>
<li><strong>Password</strong>: The password of the user.</li>
<li><strong>Confirm Password</strong>: The password of the user.</li>
</ul>
<h2 id="existing-setup"><a class="toclink" href="#existing-setup">Existing Setup</a></h2>
<p>If you have the config from the previous version, you can import it by clicking "Yes". This currently expects a config from v14.</p>
<p>If this is the first time you are using this, you can click "No" to create a new config.</p>
<h3 id="no-host-setup"><a class="toclink" href="#no-host-setup">No - Host Setup</a></h3>
<ul>
<li><strong>Host</strong>: The host of the server. The clients will connect to this address. This can be a domain name or an IP address. Make sure to wrap it in brackets if it is an IPv6 address. For example: <code>[::1]</code> or <code>[2001:db8::1]</code>.</li>
<li><strong>Port</strong>: The port of the server. The clients will connect to this port. The server will listen on this port.</li>
</ul>
<h3 id="yes-migration"><a class="toclink" href="#yes-migration">Yes - Migration</a></h3>
<p>Select the <code>wg0.json</code> file from the previous version. Read <a href="../../advanced/migrate/from-14-to-15/">Migrate from v14 to v15</a> for more information.</p>
@@ -1506,10 +1648,10 @@
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant", "content.action.edit", "content.action.view", "content.code.annotate"], "search": "../../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant", "content.action.edit", "content.action.view", "content.code.annotate"], "search": "../../assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
<script src="../../assets/javascripts/bundle.c8b220af.min.js"></script>
<script src="../../assets/javascripts/bundle.13a4f30d.min.js"></script>
</body>