mirror of
https://github.com/caronc/apprise.git
synced 2025-03-04 10:01:39 +01:00
Created config_text (markdown)
parent
031a193c1e
commit
5fcb0965f5
17
config_text.md
Normal file
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
|
||||
```
|
Loading…
Reference in New Issue
Block a user