2021-10-24 03:29:45 +02:00
|
|
|
# ntfy config file
|
|
|
|
|
|
|
|
# Listen address for the HTTP web server
|
2021-10-29 20:03:41 +02:00
|
|
|
# Format: <hostname>:<port>
|
2021-10-24 03:29:45 +02:00
|
|
|
#
|
|
|
|
# listen-http: ":80"
|
2021-10-29 20:03:41 +02:00
|
|
|
|
|
|
|
# If set, also publish messages to a Firebase Cloud Messaging (FCM) topic for your app.
|
|
|
|
# This is optional and only required to support Android apps (which don't allow background services anymore).
|
|
|
|
#
|
|
|
|
# firebase-key-file: <filename>
|
|
|
|
|
2021-11-03 16:33:34 +01:00
|
|
|
# If set, messages are cached in a local SQLite database instead of only in-memory. This
|
|
|
|
# allows for service restarts without losing messages in support of the since= parameter.
|
|
|
|
#
|
|
|
|
# cache-file: <filename>
|
|
|
|
|
2021-10-29 20:03:41 +02:00
|
|
|
# Duration for which messages will be buffered before they are deleted.
|
|
|
|
# This is required to support the "since=..." and "poll=1" parameter.
|
|
|
|
#
|
2021-11-03 16:33:34 +01:00
|
|
|
# cache-duration: 12h
|
2021-10-29 20:03:41 +02:00
|
|
|
|
|
|
|
# Interval in which keepalive messages are sent to the client. This is to prevent
|
|
|
|
# intermediaries closing the connection for inactivity.
|
|
|
|
#
|
|
|
|
# keepalive-interval: 30s
|
|
|
|
|
|
|
|
# Interval in which the manager prunes old messages, deletes topics and prints the stats.
|
|
|
|
#
|
|
|
|
# manager-interval: 1m
|