# HG changeset patch # User Ted Unangst # Date 1722816258 14400 # Sun Aug 04 20:04:18 2024 -0400 # Node ID f8d56db6d2685a4a4825f85c40fa2ed6db2c2b10 # Parent 4f2ab87acfea0dc935b725a22ce14e3cacf08c73 update docs to reflect default setting of attachment storage diff --git a/docs/honk.8 b/docs/honk.8 --- a/docs/honk.8 +++ b/docs/honk.8 @@ -156,12 +156,10 @@ .Ss Storage By default, .Nm -will store attachments in a blob database, +will store attachments in a file system directory structure, +.Pa attachments . +Previous versions stored files in a 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 @@ -287,10 +285,10 @@ .Bl -tag -width views/local.css .It Pa honk.db The main database. -.It Pa blob.db +.It Pa attachments Media and attachment storage. -.It Pa attachments -Alternate location for media and attachment storage. +.It Pa blob.db +Old location for media and attachment storage. .It Pa emus Custom emoji. .It Pa memes