From a66dbd13fdfe9f20cecc62a059c797b18c41069c Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 2 Oct 2025 13:17:48 -0700 Subject: [PATCH] Update config.template --- config.template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.template b/config.template index 639d8a7..2dde9e1 100644 --- a/config.template +++ b/config.template @@ -273,13 +273,17 @@ signalCycleLimit = 5 [fileMon] filemon_enabled = False +# text file to monitor for changes file_path = alert.txt +# channel to send the message to can be 2,3 multiple channels comma separated broadcastCh = 2 + +# news command will return the contents of a text file enable_read_news = False news_file_path = news.txt # only return a single random line from the news file news_random_line = False -# enable the use of exernal shell commands +# enable the use of exernal shell commands, this enables some data in `sysinfo` enable_runShellCmd = False [smtp]