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:
Adriaan Van Niekerk
2025-10-31 01:06:36 +02:00
committed by GitHub
parent bbe3bd79db
commit 0cd98c67e2
44 changed files with 524 additions and 279 deletions

View File

@@ -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"