Cute icons

This commit is contained in:
Daniele Verducci (Slimpenguin) 2022-06-01 07:58:29 +02:00
parent 8317a99826
commit d7042fb8f1
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
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.
## HEALTHCHECK
## 🚨 HEALTHCHECK
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.
@ -17,7 +17,7 @@ Tested on Debian 11, but should run on almost any standard linux box.
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.
Please see [mddclient documentation](mddclient/README.md)

View File

@ -1,4 +1,4 @@
# HEALTHCHECK
# 🚨 HEALTHCHECK
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.

View File

@ -1,4 +1,4 @@
# MDDCLIENT
# 🖥 MDDCLIENT
It's a client for `dyndns2` protocol: it is used to interact with dynamic DNS services like Dyn or Infomaniak's.
Updates the IP assigned for a domain, allows the use of dynamic ip internet access (commin in residential contexts like DSL, Fiber, 5G...) for hosting services.
Like [ddclient](https://github.com/ddclient/ddclient), but updates multiple domaing with multiple REST calls.