From 8af9a97518b6bd7ea8d9f18f8486e6dc4d784d28 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Thu, 20 Jan 2022 20:40:12 -0500 Subject: [PATCH] Update server.yml docs --- server/server.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/server/server.yml b/server/server.yml index 736748bb..45d86327 100644 --- a/server/server.yml +++ b/server/server.yml @@ -1,7 +1,7 @@ # ntfy server config file # Public facing base URL of the service (e.g. https://ntfy.sh or https://ntfy.example.com) -# This setting is currently only used by the e-mail sending feature (outgoing mail only). +# This setting is currently only used by the attachments and e-mail sending feature (outgoing mail only). # # base-url: @@ -33,9 +33,15 @@ # allows for service restarts without losing messages in support of the since= parameter. # # To disable the cache entirely (on-disk/in-memory), set "cache-duration" to 0. +# The cache file is created automatically, provided that the correct permissions are set. # -# Note: If you are running ntfy with systemd, make sure this cache file is owned by the -# ntfy user and group by running: chown ntfy.ntfy . +# Debian/RPM package users: +# Use /var/cache/ntfy/cache.db as cache file to avoid permission issues. The package +# creates this folder for you. +# +# Check your permissions: +# If you are running ntfy with systemd, make sure this cache file is owned by the +# ntfy user and group by running: chown ntfy.ntfy . # # cache-file: