Cute icons
This commit is contained in:
parent
8317a99826
commit
d7042fb8f1
@ -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)
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user