Skip to content

Commit

Permalink
chore: regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dokku Bot committed Jan 25, 2024
1 parent 4021945 commit bb0c180
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions docs/deployment/schedulers/k3s/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2995,8 +2995,7 @@
</span>
</a>

<nav class="md-nav" aria-label="Using image pull secrets">
<ul class="md-nav__list">
</li>

<li class="md-nav__item">
<a href="#enabling-letsencrypt-integration" class="md-nav__link">
Expand All @@ -3014,11 +3013,6 @@
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -3734,8 +3728,7 @@
</span>
</a>

<nav class="md-nav" aria-label="Using image pull secrets">
<ul class="md-nav__list">
</li>

<li class="md-nav__item">
<a href="#enabling-letsencrypt-integration" class="md-nav__link">
Expand All @@ -3753,11 +3746,6 @@
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -4008,7 +3996,7 @@ <h3 id="using-image-pull-secrets">Using image pull secrets<a class="headerlink"
<p>The default value may be set by passing an empty value for the option.</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-29-1" name="__codelineno-29-1" href="#__codelineno-29-1"></a>dokku<span class="w"> </span>scheduler-k3s:set<span class="w"> </span>--global<span class="w"> </span>image-pull-secrets
</code></pre></div>
<h4 id="enabling-letsencrypt-integration">Enabling letsencrypt integration<a class="headerlink" href="#enabling-letsencrypt-integration" title="Permanent link">&para;</a></h4>
<h3 id="enabling-letsencrypt-integration">Enabling letsencrypt integration<a class="headerlink" href="#enabling-letsencrypt-integration" title="Permanent link">&para;</a></h3>
<p>By default, letsencrypt is disabled and https port mappings are ignored. To enable, set the <code>letsencrypt-email-prod</code> or <code>letsencrypt-email-stag</code> property with the <code>--global</code> flag:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-30-1" name="__codelineno-30-1" href="#__codelineno-30-1"></a><span class="c1"># set the value for prod</span>
<a id="__codelineno-30-2" name="__codelineno-30-2" href="#__codelineno-30-2"></a>dokku<span class="w"> </span>scheduler-k3s:set<span class="w"> </span>--global<span class="w"> </span>letsencrypt-email-prod<span class="w"> </span>automated@dokku.sh
Expand All @@ -4017,7 +4005,7 @@ <h4 id="enabling-letsencrypt-integration">Enabling letsencrypt integration<a cla
<a id="__codelineno-30-5" name="__codelineno-30-5" href="#__codelineno-30-5"></a>dokku<span class="w"> </span>scheduler-k3s:set<span class="w"> </span>--global<span class="w"> </span>letsencrypt-email-stag<span class="w"> </span>automated@dokku.sh
</code></pre></div>
<p>After enabling and rebuilding, all apps with an <code>https</code> port mapping that utilize the related letsencrypt server will be automatically updated to enable ssl. All http requests will then be redirected to https.</p>
<h4 id="customizing-the-letsencrypt-server">Customizing the letsencrypt server<a class="headerlink" href="#customizing-the-letsencrypt-server" title="Permanent link">&para;</a></h4>
<h3 id="customizing-the-letsencrypt-server">Customizing the letsencrypt server<a class="headerlink" href="#customizing-the-letsencrypt-server" title="Permanent link">&para;</a></h3>
<p>The letsencrypt integration is set to the production letsencrypt server by default. This can be changed on an app-level by setting the <code>letsencrypt-server</code> property with the <code>scheduler-k3s:set</code> command</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-31-1" name="__codelineno-31-1" href="#__codelineno-31-1"></a>dokku<span class="w"> </span>scheduler-k3s:set<span class="w"> </span>node-js-app<span class="w"> </span>letsencrypt-server<span class="w"> </span>staging
</code></pre></div>
Expand Down
Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit bb0c180

Please sign in to comment.