7a88927cfe6c — Ted Unangst a month ago
try to update the docs
1 files changed, 38 insertions(+), 0 deletions(-)

M docs/honk.8
M docs/honk.8 +38 -0
@@ 153,6 153,24 @@ Follow and unfollow requests can be sent
 .Ic follow Ar username Ar url
 and
 .Ic unfollow Ar username Ar url .
+.Ss Storage
+By default,
+.Nm
+will store attachments in a blob database,
+.Pa blob.db .
+It may be more convenient to store attachments in the file system,
+in the
+.Pa attachments
+directory.
+Related commands:
+.Bl -tag -width extractblobs
+.It Ic storefiles
+Switch to storing attachments in the file system.
+.It Ic storeblobs
+Switch to storing attachments in the blob.db.
+.It Ic extractblobs
+Copy blobs from the blob.db into the file system.
+.El
 .Ss Maintenance
 The database may grow large over time.
 The

          
@@ 242,6 260,24 @@ Custom URL seperators (not "u" and "h") 
 "usersep" and "honksep" options to the config table.
 e.g. example.com/users/username/honk/somehonk instead of
 example.com/u/username/h/somehonk.
+.Bl -tag -width collectforwards
+.It fasttimeout
+Short timeout for fetching activities.
+(Default: 5)
+.It slowtimeout
+Long timeout for posting actvities.
+(Default: 30)
+.It honkwindow
+How many days to display in a timeline.
+(Default: 7)
+.It collectforwards
+Fetch reply actvities forwarded from other servers.
+(Default: true)
+.It usersep
+(Default: u)
+.It honksep
+(Default: h)
+.El
 .Sh FILES
 .Nm
 files are split between the data directory and the view directory.

          
@@ 253,6 289,8 @@ The data directory contains:
 The main database.
 .It Pa blob.db
 Media and attachment storage.
+.It Pa attachments
+Alternate location for media and attachment storage.
 .It Pa emus
 Custom emoji.
 .It Pa memes