mirror of
https://github.com/caronc/apprise.git
synced 2025-08-19 04:47:20 +02:00
Updated config (markdown)
@@ -1,4 +1,4 @@
|
||||
## Apprise Configuration
|
||||
## :mega: Apprise Configuration
|
||||
Configuration allows you to identify all of your notification services in one or more secure spots.
|
||||
|
||||
There are 2 supported formats:
|
||||
@@ -118,7 +118,8 @@ a.notify(tag="devops")
|
||||
* as anything else is assumed to follow the TEXT
|
||||
|
||||
### Web Based (http:// and https://)
|
||||
for HTTP requests, the **Content-Type** (Mime Type) is very important.
|
||||
Apprise is capable of retrieving your configuration from a remote HTTP server. For HTTP requests, the **Content-Type** HTTP Header (which defines Mime Type) is very important.
|
||||
|
||||
Support YAML formats:
|
||||
- **text/yaml**
|
||||
- **text/x-yaml**
|
||||
@@ -157,7 +158,7 @@ a.add(config)
|
||||
a.notify("hello world!")
|
||||
```
|
||||
|
||||
## Tagging from the CLI:
|
||||
## :label: Tagging from the CLI:
|
||||
Tagging (with the **--tag=** (or **-g**) allows you to only notify entries from the configuration you defined that you want to. You could define hundreds of entries and through tagging, just notify a few (or if any at all).
|
||||
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user