aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2026-06-29 17:43:03 +0000
committerRuben Beltran del Rio <git@r.bdr.sh>2026-06-29 17:43:03 +0000
commit25ccc2599aa722b0552193961d4cda15928112d8 (patch)
treed562abe7d1539665aaa9861d0615f039d3ff7bfa /doc
parent6fc748933ad263ba0e8c78eb9ae1e085a2b0dfb2 (diff)
parent795355acb496a8a8f015a80edf48f38786894f86 (diff)
Merge branch 'master' of https://codeberg.org/grunfink/snac2
Diffstat (limited to 'doc')
-rw-r--r--doc/snac.13
-rw-r--r--doc/snac.52
-rw-r--r--doc/snac.85
3 files changed, 10 insertions, 0 deletions
diff --git a/doc/snac.1 b/doc/snac.1
index 87f1760..eddab8d 100644
--- a/doc/snac.1
+++ b/doc/snac.1
@@ -204,6 +204,9 @@ used for scheduled posts.
.It Languages you usually post in
Fill this string with the ISO 639 Language Codes you expect to
write your posts in, space-separated (example: en fr pt_BR).
+.It Don't show posts written in these languages
+A space-separated string of ISO 639 Language Codes
+(example: en fr de).
.It Password
Write the same string in these two fields to change your
password. Don't write anything if you don't want to do this.
diff --git a/doc/snac.5 b/doc/snac.5
index cf6ee0c..948dd82 100644
--- a/doc/snac.5
+++ b/doc/snac.5
@@ -167,6 +167,8 @@ This directory stores hard links to the actor objects in the object storage.
This directory stores the users being followed as hard links to the 'Follow'
or 'Accept' objects in the object storage. File names are the hashes of each
actor Id.
+.It Pa pending/
+This directory stores following requests not yet confirmed nor rejected.
.It Pa private/
This directory stores hard links to the timeline entries in the object storage.
.It Pa private.idx
diff --git a/doc/snac.8 b/doc/snac.8
index ef93d31..5698ce1 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -327,6 +327,11 @@ Overrides the default "mogrify" command name or path. Use this if the tool is no
Overrides the default "ffmpeg" command name or path. Use this if the tool is not in the system PATH or has a different name.
.It Ic purge_static
If set to true, user static directories are purged; any file stored in these subdirectories (usually images or other media) that is not attached to any post, not used as avatar, header or favicon, and not served as an emoji, is deleted from the filesystem. Don't enable this option if any of your users are serving other files (like, e.g., CSS assets) this way.
+.It Ic keep_replied_posts
+If set to true, when you reply to a remote post, the parent remote post will be added to local public timeline.
+.It Ic keep_replied_me
+If set to true, when a remote user replies to one of local posts, the
+remote reply will be added to local public timeline.
.El
.Pp
You must restart the server to make effective these changes.