mirror of
https://github.com/caronc/apprise.git
synced 2025-08-13 10:07:15 +02:00
Updated config_yaml (markdown)
@ -1,4 +1,4 @@
|
|||||||
## YAML Based Configuration Files
|
## YAML Based Apprise Configuration
|
||||||
YAML Support offers a much more advance use then what is provided by the TEXT format. Apprise expects configuration files to be found with the extension of `.yml` or `.yaml`.
|
YAML Support offers a much more advance use then what is provided by the TEXT format. Apprise expects configuration files to be found with the extension of `.yml` or `.yaml`.
|
||||||
|
|
||||||
Here is a configuration example in it's absolute simplest form:
|
Here is a configuration example in it's absolute simplest form:
|
||||||
@ -112,12 +112,10 @@ urls:
|
|||||||
tag: chris, customer
|
tag: chris, customer
|
||||||
```
|
```
|
||||||
|
|
||||||
For details on how to use this configuration file [[click here|config]].
|
## Web Hosted YAML Configuration
|
||||||
|
|
||||||
## YAML Web Based Hosting
|
|
||||||
Apprise can retrieve configuration files from over a network as well using the HTTP protocol.
|
Apprise can retrieve configuration files from over a network as well using the HTTP protocol.
|
||||||
For HTTP requests, the **Content-Type** HTTP Header (_which defines Mime Type_) is very important. Apprise will parse remote network hosted configuration files as YAML so long as you're using one of the following **Content-Type** entries:
|
For HTTP requests, the **Content-Type** HTTP Header (_which defines Mime Type_) is very important. Apprise will parse remote network hosted configuration files as YAML so long as you're using one of the following **Content-Type** entries:
|
||||||
* `text/yaml`
|
* `text/yaml`
|
||||||
* `text/x-yaml`
|
* `text/x-yaml`
|
||||||
* `application/yaml`
|
* `application/yaml`
|
||||||
* `application/x-yaml`
|
* `application/x-yaml`
|
Reference in New Issue
Block a user