Deployed 6ed2fcf to 12.0 with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
ci-bot 2024-10-18 10:18:00 +00:00
parent c824a7f188
commit 200ea8763e
3 changed files with 4 additions and 2 deletions

View File

@ -3994,7 +3994,7 @@
<span class="nv">JWT_PRIVATE_KEY</span><span class="o">=</span>
<span class="nv">SEAFILE_SERVER_HOSTNAME</span><span class="o">=</span>example.seafile.com
<span class="nv">SEAFILE_SERVER_PROTOCOL</span><span class="o">=</span>http
<span class="nv">SEAFILE_SERVER_PROTOCOL</span><span class="o">=</span>https
<span class="nv">SEAFILE_ADMIN_EMAIL</span><span class="o">=</span>me@example.com
<span class="nv">SEAFILE_ADMIN_PASSWORD</span><span class="o">=</span>asecret

File diff suppressed because one or more lines are too long

View File

@ -4124,6 +4124,8 @@ Please always follow the main <a href="../upgrade/">upgrade guide</a>.</p>
<h3 id="3-create-the-env-file-in-conf-directory">3) Create the <code>.env</code> file in conf/ directory<a class="headerlink" href="#3-create-the-env-file-in-conf-directory" title="Permanent link">&para;</a></h3>
<p>conf/.env</p>
<div class="codehilite"><pre><span></span><code>JWT_PRIVATE_KEY=xxx
SEAFILE_SERVER_PROTOCOL=https
SEAFILE_SERVER_HOSTNAME=seafile.example.com
</code></pre></div>
<p>Note: JWT_PRIVATE_KEY, A random string with a length of no less than 32 characters, generate example: <code>pwgen -s 40 1</code></p>