18 lines
726 B
YAML
18 lines
726 B
YAML
# command prefix for all of this bot's commands, must be prefixed with a ! in matrix
|
|
command_prefix: ntfy
|
|
|
|
# users who can always control this bot
|
|
admins:
|
|
- "@admin:example.com"
|
|
|
|
# Configurable message header for forwarded ntfy messages.
|
|
# message_prefix: The text shown before the topic info (default: "Ntfy message in topic")
|
|
# Set to empty string "" to show no prefix text.
|
|
# message_topic_display: Controls what topic info is shown. Options:
|
|
# "full" - server/topic (e.g. ntfy.sh/alerts)
|
|
# "topic_only" - only the topic name (e.g. alerts)
|
|
# "server_only" - only the server name (e.g. ntfy.sh)
|
|
# "none" - no topic info at all
|
|
message_prefix: "Ntfy message in topic"
|
|
message_topic_display: "full"
|