Files
maubot-ntfy/base-config.yaml
Patrick Asmus (scriptos) 228386954b
All checks were successful
Build Maubot Plugin / build (push) Successful in 16s
Build Maubot Plugin / release (push) Has been skipped
Nachrichten-Header konfigurierbar gemacht
2026-04-15 23:26:47 +02:00

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"