mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 12:36:54 +03:00
Add Makefile and Markdown linter (#73)
* Add Makefile * Update .gitignore to exclude venv * Add requirements.txt for venv * Add pymarkdown lint Github action * Update .md from lint tool * Update README with make commands * Add linter config
This commit is contained in:
committed by
GitHub
parent
bbe3bd79db
commit
0cd98c67e2
@@ -1,8 +1,10 @@
|
||||
# Password Protection
|
||||
|
||||
The Web Interface and the REST API can be protected by a password.
|
||||
|
||||
To do so, you have to set the username and password in the `wlan.ini` file on the SD-Card.
|
||||
Uncomment (remove the leading `;`) and update the two lines with `http_username` and `http_password`:
|
||||
|
||||
```
|
||||
http_username = "myusername"
|
||||
http_password = "mypassword"
|
||||
|
||||
Reference in New Issue
Block a user