mirror of
https://github.com/wg-easy/wg-easy.git
synced 2026-04-25 01:06:08 +08:00
Deployed 10f4217 to Pre-release with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
|
||||
|
||||
@@ -30,7 +30,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">
|
||||
@@ -1275,6 +1275,29 @@
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../reverse-proxyless/" class="md-nav__link">
|
||||
|
||||
|
||||
|
||||
<span class="md-ellipsis">
|
||||
No Reverse Proxy
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../traefik/" class="md-nav__link">
|
||||
|
||||
@@ -1379,29 +1402,6 @@
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../guides/account/" class="md-nav__link">
|
||||
|
||||
|
||||
|
||||
<span class="md-ellipsis">
|
||||
Edit Account
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../guides/admin/" class="md-nav__link">
|
||||
|
||||
@@ -1426,12 +1426,12 @@
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../guides/clients/" class="md-nav__link">
|
||||
<a href="../../../guides/cli/" class="md-nav__link">
|
||||
|
||||
|
||||
|
||||
<span class="md-ellipsis">
|
||||
Edit Client
|
||||
CLI
|
||||
|
||||
</span>
|
||||
|
||||
@@ -1449,12 +1449,12 @@
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../guides/login/" class="md-nav__link">
|
||||
<a href="../../../guides/clients/" class="md-nav__link">
|
||||
|
||||
|
||||
|
||||
<span class="md-ellipsis">
|
||||
Login
|
||||
Edit Client
|
||||
|
||||
</span>
|
||||
|
||||
@@ -1622,28 +1622,30 @@
|
||||
<ol>
|
||||
<li>You need to have a host that you can manage</li>
|
||||
<li>You need to have a domain name or a public IP address</li>
|
||||
<li>You need a supported architecture (x86_64, arm64)</li>
|
||||
<li>You need a supported architecture (x86_64, arm64, armv7)</li>
|
||||
<li>You need curl installed on your host</li>
|
||||
</ol>
|
||||
<h2 id="install-docker"><a class="toclink" href="#install-docker">Install Docker</a></h2>
|
||||
<p>Follow the Docs here: <a href="https://docs.docker.com/engine/install/">https://docs.docker.com/engine/install/</a> and install Docker on your host.</p>
|
||||
<h2 id="install-wg-easy"><a class="toclink" href="#install-wg-easy">Install <code>wg-easy</code></a></h2>
|
||||
<ol>
|
||||
<li>Create a directory for the configuration files (you can choose any directory you like):</li>
|
||||
</ol>
|
||||
<li>
|
||||
<p>Create a directory for the configuration files (you can choose any directory you like):</p>
|
||||
<div class="highlight"><pre><span></span><code>sudo<span class="w"> </span>mkdir<span class="w"> </span>-p<span class="w"> </span>/etc/docker/containers/wg-easy
|
||||
</code></pre></div>
|
||||
<ol>
|
||||
<li>Download docker compose file</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>
|
||||
<p>Download docker compose file</p>
|
||||
<div class="highlight"><pre><span></span><code>sudo<span class="w"> </span>curl<span class="w"> </span>-o<span class="w"> </span>/etc/docker/containers/wg-easy/docker-compose.yml<span class="w"> </span>https://raw.githubusercontent.com/wg-easy/wg-easy/master/docker-compose.yml
|
||||
</code></pre></div>
|
||||
<ol>
|
||||
<li>Start <code>wg-easy</code></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>
|
||||
<p>Start <code>wg-easy</code></p>
|
||||
<div class="highlight"><pre><span></span><code><span class="w"> </span><span class="nb">cd</span><span class="w"> </span>/etc/docker/containers/wg-easy
|
||||
<span class="w"> </span>sudo<span class="w"> </span>docker-compose<span class="w"> </span>up<span class="w"> </span>-d
|
||||
</code></pre></div>
|
||||
</li>
|
||||
</ol>
|
||||
<h2 id="setup-firewall"><a class="toclink" href="#setup-firewall">Setup Firewall</a></h2>
|
||||
<p>If you are using a firewall, you need to open the following ports:</p>
|
||||
<ul>
|
||||
@@ -1654,6 +1656,7 @@
|
||||
<ul>
|
||||
<li>To setup traefik follow the instructions here: <a href="../traefik/">Traefik</a></li>
|
||||
<li>To setup caddy follow the instructions here: <a href="../caddy/">Caddy</a></li>
|
||||
<li>If you do not want to use a reverse proxy follow the instructions here: <a href="../reverse-proxyless/">No Reverse Proxy</a></li>
|
||||
</ul>
|
||||
<h2 id="update-wg-easy"><a class="toclink" href="#update-wg-easy">Update <code>wg-easy</code></a></h2>
|
||||
<p>To update <code>wg-easy</code> to the latest version, run:</p>
|
||||
@@ -1725,10 +1728,10 @@ sudo<span class="w"> </span>docker-compose<span class="w"> </span>up<span class=
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user