Browse Source

Deployed 6343213 to edge with MkDocs 1.6.1 and mike 2.1.3

gh-pages
github-actions[bot] 3 weeks ago
parent
commit
60878dbb77
  1. 29
      edge/advanced/migrate/from-14-to-15/index.html
  2. 2
      edge/search/search_index.json

29
edge/advanced/migrate/from-14-to-15/index.html

@ -881,6 +881,15 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#environment-variables" class="md-nav__link">
<span class="md-ellipsis">
Environment Variables
</span>
</a>
</li>
<li class="md-nav__item">
@ -1558,6 +1567,15 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#environment-variables" class="md-nav__link">
<span class="md-ellipsis">
Environment Variables
</span>
</a>
</li>
<li class="md-nav__item">
@ -1611,16 +1629,17 @@
<p>This guide will help you migrate from <code>v14</code> to version <code>v15</code> of <code>wg-easy</code>.</p>
<h2 id="changes"><a class="toclink" href="#changes">Changes</a></h2>
<ul>
<li>This is a complete rewrite of the <code>wg-easy</code> project. Therefore the configuration files and the way you interact with the project have changed.</li>
<li>This is a complete rewrite of the <code>wg-easy</code> project, therefore the configuration files and the way you interact with the project have changed.</li>
<li>If you use armv6, you unfortunately won't be able to migrate to <code>v15</code>.</li>
<li>If you are connecting to the web ui via HTTP, you need to set the <code>INSECURE</code> environment variable to <code>true</code> in the new container.</li>
<li>If you are connecting to the Web UI via HTTP, you need to set the <code>INSECURE</code> environment variable to <code>true</code> in the new container.</li>
</ul>
<h2 id="migration"><a class="toclink" href="#migration">Migration</a></h2>
<h3 id="backup"><a class="toclink" href="#backup">Backup</a></h3>
<p>Before you start the migration, make sure to backup your existing configuration files.</p>
<p>Go into the Web Ui and click the Backup button, this should download a <code>wg0.json</code> file.</p>
<p>Before you start the migration, make sure to back up your existing configuration files.</p>
<p>Go into the Web UI and click the Backup button, this should download a <code>wg0.json</code> file.</p>
<p>Or download the <code>wg0.json</code> file from your container volume to your pc.</p>
<p>You will need this file for the migration</p>
<p>You will also need to back up the old environment variables you set for the container, as they will not be automatically migrated.</p>
<h3 id="remove-old-container"><a class="toclink" href="#remove-old-container">Remove old container</a></h3>
<ol>
<li>Stop the running container</li>
@ -1634,6 +1653,8 @@
<h3 id="start-new-container"><a class="toclink" href="#start-new-container">Start new container</a></h3>
<p>Follow the instructions in the <a href="../../../getting-started/">Getting Started</a> or <a href="../../../examples/tutorials/basic-installation/">Basic Installation</a> guide to start the new container.</p>
<p>In the setup wizard, select that you already have a configuration file and upload the <code>wg0.json</code> file you downloaded in the backup step.</p>
<h3 id="environment-variables"><a class="toclink" href="#environment-variables">Environment Variables</a></h3>
<p>v15 does not use the same environment variables as v14, most of them have been moved to the Admin Panel in the Web UI.</p>
<h3 id="done"><a class="toclink" href="#done">Done</a></h3>
<p>You have now successfully migrated to <code>v15</code> of <code>wg-easy</code>.</p>

2
edge/search/search_index.json

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save