write a readme

This commit is contained in:
Alex Tau 2025-06-14 15:18:58 +03:00
parent 8b18d407d7
commit 4558cf9e6f
7 changed files with 116 additions and 4 deletions

15
config.example.json Normal file
View file

@ -0,0 +1,15 @@
{
"log_level": "INFO",
"enabled_check_sets": [
"start",
"stop",
"remind"
],
"telegram": {
"creds_secret_path": "/opt/lego-monitoring/tg-creds.txt",
"roomId": "0"
},
"checks": {
}
}