diff options
Diffstat (limited to 'doc/snac.8')
| -rw-r--r-- | doc/snac.8 | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -207,6 +207,8 @@ fields are set (see below), they are also shown. | |||
| 207 | The email address of the instance administrator (optional). | 207 | The email address of the instance administrator (optional). |
| 208 | .It Ic admin_account | 208 | .It Ic admin_account |
| 209 | The user name of the instance administrator (optional). | 209 | The user name of the instance administrator (optional). |
| 210 | .It Ic title | ||
| 211 | The name of the instance (optional). | ||
| 210 | .It Ic short_description | 212 | .It Ic short_description |
| 211 | A textual short description about the instance (optional). | 213 | A 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 |
| 279 | To be filled if the SMTP server defined by the previous directive needs credentials. | 281 | To be filled if the SMTP server defined by the previous directive needs credentials. |
| 282 | .It Ic rss_hashtag_poll_hours | ||
| 283 | The periodic number of hours hashtag RSS are polled (default: 4). It has a minimum | ||
| 284 | value of 1 to avoid hammering servers. | ||
| 285 | .It Ic disable_notify_webhook | ||
| 286 | Since version 2.78, users can set a webhook URL to receive notifications. Set this | ||
| 287 | to true if you don't want your users to have this privilege. | ||
| 288 | .It Ic favicon_url | ||
| 289 | The URL to a favicon. If it's not set, the default one is used instead. | ||
| 280 | .El | 290 | .El |
| 281 | .Pp | 291 | .Pp |
| 282 | You must restart the server to make effective these changes. | 292 | You must restart the server to make effective these changes. |