From e6870a75ee8b4384ced3c9fbf050d259d46a7f70 Mon Sep 17 00:00:00 2001 From: thisiszeev Date: Thu, 1 Feb 2024 04:30:43 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 94765bb..83e69b9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,17 @@ Get notified when stuff happens on your Nextcloud Install. If you don't know how to set up a Telegram bot and channel then google it. +## checknewusers.sh + +![screenshot](images/checknewusers.png) + +Run this as a cronjob. It will send you a Telegram whenever a new user registers or a new user is added. + +Example crontab entry to check for updates every 15 minutes: +```` +*/15 * * * * root bash /root/scripts/nextcloud-telegram-notify/checknewusers.sh +```` + ## checkupdates.sh ![screenshot](images/checkupdates.png)