add readme
This commit is contained in:
parent
b6cee8acf5
commit
82e65ed42a
14
email-to-webhook/README.md
Normal file
14
email-to-webhook/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# email_to_webhook
|
||||||
|
|
||||||
|
put it in `/root/.forward`:
|
||||||
|
|
||||||
|
```
|
||||||
|
|"/usr/bin/envdir /etc/environment.d /usr/local/bin/email_to_webhook"
|
||||||
|
```
|
||||||
|
|
||||||
|
Then:
|
||||||
|
|
||||||
|
```
|
||||||
|
mkdir -p /etc/environment.d
|
||||||
|
echo "https://hooks.slack.com/services/blah/blah/secretblah" > /etc/environment.d/SLACK_WEBHOOK_URL
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user