mirror of
https://github.com/caronc/apprise.git
synced 2024-12-12 18:01:08 +01:00
Updated config_text (markdown)
parent
c691abd1d6
commit
f370335d15
@ -4,14 +4,18 @@ The TEXT Based configuration files are pretty straight forward. You just provid
|
||||
# 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:
|
||||
# Here is an example of a very basic entry (without tagging):
|
||||
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.
|
||||
# Now here is an example of tag associations to another URL
|
||||
# The equal sign (=) delimits the tag from the actual URL:
|
||||
desktop=gnome://
|
||||
|
||||
# If you have more then one tag you'd like to associate with it,
|
||||
# simply use a comma (,) and or space to delimit your tags.
|
||||
# The same rules apply afterwards; just use an equal sign (=)
|
||||
# to mark the end of your tagging definitions and start your
|
||||
# notification service URL:
|
||||
tv,kitchen=kodi://myuser:mypass@kitchen.hostame
|
||||
tv,basement=kodi://myuser:mypass@basement.hostame
|
||||
```
|
Loading…
Reference in New Issue
Block a user