From 30b47a716fb02221cbffa4f91d1859ed9c450881 Mon Sep 17 00:00:00 2001 From: grunfink Date: Wed, 28 May 2025 09:15:18 +0200 Subject: Updated documentation. --- doc/snac.8 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/snac.8') diff --git a/doc/snac.8 b/doc/snac.8 index 1537f89..729848d 100644 --- a/doc/snac.8 +++ b/doc/snac.8 @@ -277,6 +277,9 @@ the usual one, like in smtp://mail.example.com:587. .It Ic smtp_user .It Ic smtp_password To be filled if the SMTP server defined by the previous directive needs credentials. +.It Ic rss_hashtag_poll_hours +The periodic number of hours hashtag RSS are polled (default: 4). It has a minimum +value of 1 to avoid hammering servers. .El .Pp You must restart the server to make effective these changes. -- cgit From 0621742a3e7d5e56bf2f155a1f829fa2508c34a0 Mon Sep 17 00:00:00 2001 From: grunfink Date: Fri, 30 May 2025 19:37:32 +0200 Subject: Updated documentation. --- doc/snac.8 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/snac.8') diff --git a/doc/snac.8 b/doc/snac.8 index 729848d..85d08dd 100644 --- a/doc/snac.8 +++ b/doc/snac.8 @@ -280,6 +280,9 @@ To be filled if the SMTP server defined by the previous directive needs credenti .It Ic rss_hashtag_poll_hours The periodic number of hours hashtag RSS are polled (default: 4). It has a minimum value of 1 to avoid hammering servers. +.It Ic disable_notify_webhook +Since version 2.78, users can set a webhook URL to receive notifications. Set this +to true if you don't want your users to have this privilege. .El .Pp You must restart the server to make effective these changes. -- cgit From c0a2625672a3d6181a3ce66f1c4d09101cc1a835 Mon Sep 17 00:00:00 2001 From: grunfink Date: Wed, 18 Jun 2025 09:42:35 +0200 Subject: Updated documentation. --- doc/snac.8 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/snac.8') diff --git a/doc/snac.8 b/doc/snac.8 index 85d08dd..39081f2 100644 --- a/doc/snac.8 +++ b/doc/snac.8 @@ -283,6 +283,8 @@ value of 1 to avoid hammering servers. .It Ic disable_notify_webhook Since version 2.78, users can set a webhook URL to receive notifications. Set this to true if you don't want your users to have this privilege. +.It Ic favicon_url +The URL to a favicon. If it's not set, the default one is used instead. .El .Pp You must restart the server to make effective these changes. -- cgit From 7365a1aa4dbe87b3f3cf620d88448edf5fc750f2 Mon Sep 17 00:00:00 2001 From: grunfink Date: Thu, 10 Jul 2025 05:37:02 +0200 Subject: Updated documentation. --- doc/snac.8 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/snac.8') diff --git a/doc/snac.8 b/doc/snac.8 index 39081f2..89c00b4 100644 --- a/doc/snac.8 +++ b/doc/snac.8 @@ -207,6 +207,8 @@ fields are set (see below), they are also shown. The email address of the instance administrator (optional). .It Ic admin_account The user name of the instance administrator (optional). +.It Ic title +The name of the instance (optional). .It Ic short_description A textual short description about the instance (optional). .It Ic short_description_raw -- cgit