mirror of https://github.com/caronc/apprise
Updated config (markdown)
parent
c3fa138af2
commit
7bb4cfb98f
|
@ -20,6 +20,9 @@ You can always over-ride the Apprise configuration detection process (whether it
|
||||||
* `file:///etc/apprise/caronc.cfg?format=yaml` : This forces what would have otherwise been interpreted as a TEXT file (because of the extension) to be interpreted as a YAML one.
|
* `file:///etc/apprise/caronc.cfg?format=yaml` : This forces what would have otherwise been interpreted as a TEXT file (because of the extension) to be interpreted as a YAML one.
|
||||||
* `http://localhost/my/apprise/config?format=text`: Force the processing of the web response to be a TEXT base configuration.
|
* `http://localhost/my/apprise/config?format=text`: Force the processing of the web response to be a TEXT base configuration.
|
||||||
|
|
||||||
|
### Apprise API
|
||||||
|
There is an Apprise API built for hosting your configuration on the cloud; [check it out here](https://github.com/caronc/apprise-api). This is a great cloud solution for centralizing your configuration on your network so it is accessible from anywhere.
|
||||||
|
|
||||||
## CLI
|
## CLI
|
||||||
To get started you can check out this [[dedicated wiki page on the CLI|CLI_Usage]].
|
To get started you can check out this [[dedicated wiki page on the CLI|CLI_Usage]].
|
||||||
The following lines work really with the command line:
|
The following lines work really with the command line:
|
||||||
|
|
Loading…
Reference in New Issue