summaryrefslogtreecommitdiff
path: root/doc/snac.8
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snac.8')
-rw-r--r--doc/snac.810
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index 1537f89..89c00b4 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -207,6 +207,8 @@ fields are set (see below), they are also shown.
207The email address of the instance administrator (optional). 207The email address of the instance administrator (optional).
208.It Ic admin_account 208.It Ic admin_account
209The user name of the instance administrator (optional). 209The user name of the instance administrator (optional).
210.It Ic title
211The name of the instance (optional).
210.It Ic short_description 212.It Ic short_description
211A textual short description about the instance (optional). 213A textual short description about the instance (optional).
212.It Ic short_description_raw 214.It Ic short_description_raw
@@ -277,6 +279,14 @@ the usual one, like in smtp://mail.example.com:587.
277.It Ic smtp_user 279.It Ic smtp_user
278.It Ic smtp_password 280.It Ic smtp_password
279To be filled if the SMTP server defined by the previous directive needs credentials. 281To be filled if the SMTP server defined by the previous directive needs credentials.
282.It Ic rss_hashtag_poll_hours
283The periodic number of hours hashtag RSS are polled (default: 4). It has a minimum
284value of 1 to avoid hammering servers.
285.It Ic disable_notify_webhook
286Since version 2.78, users can set a webhook URL to receive notifications. Set this
287to true if you don't want your users to have this privilege.
288.It Ic favicon_url
289The URL to a favicon. If it's not set, the default one is used instead.
280.El 290.El
281.Pp 291.Pp
282You must restart the server to make effective these changes. 292You must restart the server to make effective these changes.