diff options
| -rw-r--r-- | doc/snac.8 | 9 |
1 files changed, 7 insertions, 2 deletions
| @@ -179,11 +179,16 @@ By setting this to true, no email notification will be sent for any user. | |||
| 179 | .It Ic disable_inbox_collection | 179 | .It Ic disable_inbox_collection |
| 180 | By setting this to true, no inbox collection is done. Inbox collection helps | 180 | By setting this to true, no inbox collection is done. Inbox collection helps |
| 181 | being discovered from remote instances, but also increases network traffic. | 181 | being discovered from remote instances, but also increases network traffic. |
| 182 | .It Ic show_instance_timeline | ||
| 183 | If this is set to true, the instance base URL will show a timeline with the latest | ||
| 184 | user posts instead of the default greeting static page. If other information | ||
| 185 | fields are set (see below), they are also shown. | ||
| 182 | .It Ic admin_email | 186 | .It Ic admin_email |
| 183 | The email address of the instance administrator (optional). | 187 | The email address of the instance administrator (optional). |
| 184 | .It Ic admin_account | 188 | .It Ic admin_account |
| 185 | The user name of the instance administrator (optional, used only in the | 189 | The user name of the instance administrator (optional). |
| 186 | Mastodon API). | 190 | .It Ic short_description |
| 191 | A textual short description about the instance (optional). | ||
| 187 | .El | 192 | .El |
| 188 | .Pp | 193 | .Pp |
| 189 | You must restart the server to make effective these changes. | 194 | You must restart the server to make effective these changes. |