Added LCD description in main README

This commit is contained in:
Daniele Verducci (Slimpenguin) 2023-12-21 08:23:18 +01:00
parent 43a5402706
commit a146b668f9

View File

@ -1,8 +1,10 @@
# Selfhost utilities # Selfhost utilities
A collection of utilities for self hosters. A collection of utilities for self hosters.
Every utility is in a folder with its relevant configuration and is completely separated from the other, so you can install only the ones you need. Every utility is in a folder with its relevant configuration and is completely separated from the other, so you can install only the ones you need.
## 🚨 HEALTHCHECK ## 🚨 HEALTHCHECK
A simple server health check. A simple server health check.
Allows to keep under control the machine vitals (cpu usage, raid status, thermals...) and alert the sysadmin in case of anomalies. Allows to keep under control the machine vitals (cpu usage, raid status, thermals...) and alert the sysadmin in case of anomalies.
@ -18,9 +20,16 @@ Tested on Debian 11, but should run on almost any standard linux box.
Please see [healthcheck documentation](healthcheck/README.md) Please see [healthcheck documentation](healthcheck/README.md)
## 🖥 MDDCLIENT ## 🖥 MDDCLIENT
A DynDns2 client supporting multiple domains with individual API calls. Developed to allow updating multiple (sub)domains on Infomaniak dynamic DNS, that supports only one domain per request. Works with any provider supporting DynDns2 protocol. A DynDns2 client supporting multiple domains with individual API calls. Developed to allow updating multiple (sub)domains on Infomaniak dynamic DNS, that supports only one domain per request. Works with any provider supporting DynDns2 protocol.
Please see [mddclient documentation](mddclient/README.md) Please see [mddclient documentation](mddclient/README.md)
## 📟 ESP32-LCD
A status LCD for your homelab! Low cost (about 20€ in parts), simple to build (no circuit board, no components, only an LCD, a ESP32 and, if needed, a potentiometer). Connects to your local wifi and receives HTTP requests from your homelab machines, and shows them to the screen.
![ESP32-LCD prototype](../images/esp32-lcd.jpg)
# License # License
This whole repository is released under GNU General Public License version 3: see http://www.gnu.org/licenses/ This whole repository is released under GNU General Public License version 3: see http://www.gnu.org/licenses/