mirror of https://github.com/caronc/apprise
Created config_text (markdown)
parent
031a193c1e
commit
5fcb0965f5
|
@ -0,0 +1,17 @@
|
||||||
|
## Text Based Configuration Files
|
||||||
|
The TEXT Based configuration files are pretty straight forward. You just provide a list of your notification URLs.
|
||||||
|
```
|
||||||
|
# Use pound/hashtag (#) characters to comment lines
|
||||||
|
# The syntax is <tags>=<url> or just <url> on each line
|
||||||
|
#
|
||||||
|
# Here is an example of a very basic entry:
|
||||||
|
mailto://someone:theirpassword@gmail.com
|
||||||
|
|
||||||
|
# Now here is an example of tag associations to the same URLs
|
||||||
|
# Simply use a comma (,) and or space to delimit your tags.
|
||||||
|
# when you're done defining them, specify an equal sign (=)
|
||||||
|
# and provide your URL after.
|
||||||
|
desktop=gnome://
|
||||||
|
tv,kitchen=kodi://myuser:mypass@kitchen.hostame
|
||||||
|
tv,basement=kodi://myuser:mypass@basement.hostame
|
||||||
|
```
|
Loading…
Reference in New Issue