updated apprise documentation

This commit is contained in:
Chris Caron 2019-08-08 21:58:30 -04:00
parent 86ad70f6d5
commit d70539b397

View File

@ -133,6 +133,7 @@ Configurations settings loaded from environment variables:
| MATRIX_HOMESERVER | `None` | MATRIX_HOMESERVER | `None`
| MATRIX_USER_ID | `None` | MATRIX_USER_ID | `None`
| MATRIX_ACCESS_TOKEN | `None` | MATRIX_ACCESS_TOKEN | `None`
| APPRISE_ENABLED | `"False"`
Some useful settings keys to override are: Some useful settings keys to override are:
@ -336,3 +337,13 @@ where to forward channel messages by invoking Telegram's
For this to work, your `SITE_ROOT` needs to be correct and use "https://" For this to work, your `SITE_ROOT` needs to be correct and use "https://"
scheme. scheme.
### Apprise
To enable Apprise integration, you will need to:
* ensure you have apprise installed in your local environment:
```bash
pip install apprise
```
* enable the apprise functionality by setting the `APPRISE_ENABLED` environment variable.