Created config_text (markdown)

Chris Caron 2019-03-05 21:41:17 -05:00
parent 031a193c1e
commit 5fcb0965f5

17
config_text.md Normal file

@ -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
```