Update 'README.md'
This commit is contained in:
parent
6b08e5c9e1
commit
e6870a75ee
11
README.md
11
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)
|
||||
|
|
Loading…
Reference in New Issue