# HG changeset patch # User Ted Unangst # Date 1712124346 14400 # Wed Apr 03 02:05:46 2024 -0400 # Node ID 7a88927cfe6c0c044624be4286fdd7448d9c6863 # Parent 69ceb1c338871b95f6f1afb4ff6a7d9233e981a9 try to update the docs diff --git a/docs/honk.8 b/docs/honk.8 --- a/docs/honk.8 +++ b/docs/honk.8 @@ -153,6 +153,24 @@ .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 @@ "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 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