mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 04:27:02 +03:00
Deployed 0cd98c6 with MkDocs version: 1.6.1
This commit is contained in:
@@ -650,10 +650,10 @@
|
||||
<h1 id="password-protection"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.</span> Password Protection</h1>
|
||||
<p>The Web Interface and the REST API can be protected by a password.</p>
|
||||
<p>To do so, you have to set the username and password in the <code>wlan.ini</code> file on the SD-Card.
|
||||
Uncomment (remove the leading <code>;</code>) and update the two lines with <code>http_username</code> and <code>http_password</code>:
|
||||
Uncomment (remove the leading <code>;</code>) and update the two lines with <code>http_username</code> and <code>http_password</code>:</p>
|
||||
<div class="language-text highlight"><pre><span></span><code><span id="__span-0-1"><a href="#__codelineno-0-1" id="__codelineno-0-1" name="__codelineno-0-1"></a>http_username = "myusername"
|
||||
</span><span id="__span-0-2"><a href="#__codelineno-0-2" id="__codelineno-0-2" name="__codelineno-0-2"></a>http_password = "mypassword"
|
||||
</span></code></pre></div></p>
|
||||
</span></code></pre></div>
|
||||
<div class="admonition warning">
|
||||
<p class="admonition-title">Warning</p>
|
||||
<p>This is be a WEAK and INSECURE way to protect the Web Interface and the REST API.
|
||||
|
||||
Reference in New Issue
Block a user