Update 'README.md'
This commit is contained in:
parent
1c167b51e7
commit
1dcd8d2372
18
README.md
18
README.md
|
@ -6,6 +6,24 @@ 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.
|
||||
|
||||
## Before you start!
|
||||
|
||||
The first time the script runs, either as the very first time or after a server reboot, the current information is cached in the /tmp folder as ncwhatevername.old
|
||||
|
||||
This is to avoid you getting hundreds of messages.
|
||||
|
||||
Any new information from that point on will be sent to you.
|
||||
|
||||
If you need assistance, please find me on [Reddit](https://reddit.com/u/thisiszeev). In your /var/log folder is the file called nextcloud-telegram-notify.log
|
||||
|
||||
````
|
||||
# tail /var/log/nextcloud-telegram-notify.log
|
||||
````
|
||||
|
||||
Send me the output of that command on a Reddit Chat.
|
||||
|
||||
Due to popular request, I am going to setup a Discord as well. Will post it here soon.
|
||||
|
||||
## checknewusers.sh
|
||||
|
||||
![screenshot](images/checknewusers.png)
|
||||
|
|
Loading…
Reference in New Issue