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