1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519
|
.Dd $Mdocdate$
.Dt SNAC 1
.Os
.Sh NAME
.Nm snac
.Nd A simple, minimalistic ActivityPub instance
.Sh SYNOPSIS
.Nm
.Cm command
.Ar basedir
.Op Ar option ...
.Sh DESCRIPTION
The
.Nm
daemon processes messages from other servers in the Fediverse
using the ActivityPub protocol.
.Pp
This is the user manual and expects an already running
.Nm
installation. For the administration manual, see
.Xr snac 8 .
For file and data formats, see
.Xr snac 5 .
.Ss Web Interface
The web interface provided by
.Nm
is split in three data streams: the public timeline, the private
timeline and the instance timeline. There are no other feeds like
the federated firehoses provided by other similar ActivityPub
implementations like Mastodon or Pleroma.
.Pp
The public timeline, also called the local timeline, is what an
external visitor sees about the activity of a
.Nm
user: that is, only the list of public notes, boosts and likes
the user generates or participates into. This is, obviously,
read-only, and not very remarkable, unless the user publishes
messages of staggering genius. A set of history links, grouped
by month, will also be available at the bottom of the page.
.Pp
The private timeline, or simply the timeline, is the private,
password-protected area of a
.Nm
server where the user really interacts with the rest of the
Fediverse.
.Pp
The top area of the timeline provides a big text area to write
notes for the public (i.e. for the user followers). As this is
the second most important activity on the Fediverse, this is
located in the most prominent area of the user page. You can
enter plain text, @user@host mentions and other things. See the
.Xr snac 5
manual for more information on the allowed markup.
.Pp
Other fields immediately below the big text one allow some control
about the post to be sent:
.Bl -tag -offset indent
.It Sensitive content
If you set this checkbox, your post will be marked with a
content warning. The immediately following, optional text box
allows you to write a description about why your content is
so sensitive.
.It Visibility
From these radio button set you can select the scope of the new
post. The available options are: Public, Unlisted, Followers-only
and Direct Message (sent only to accounts mentioned in the post body).
.It Reply to (URL)
If you fill this optional text field with the URL of another one's
post, your text will be considered as a reply to it, not a
standalone one.
.It Draft
If you set this checkbox, your text will not be sent when you
push the Post button, but stored for later modification in
the "Drafts" section.
.It Language
A dropdown to select which language your post will be written
in. This control only appears after you configure the set of
languages you expect to use in the User Settings (see below).
.It Scheduled post...
This dropdown menu allows setting a date and time for the
post publication.
.It Attachments...
This dropdown menu allows uploading media attachments (images,
audio, video, etc.) to your post.
.It Poll...
this dropdown menu gives access to the voting options, that
will make your post a poll. You can set the options to be
voted, if it's a multiple choice poll and the due date.
.El
.Pp
More options are hidden under dropdown menus. They are the
following:
.Bl -tag -offset indent
.It Follow (by URL or user@host)
Fill the input area with a user 'actor' URL or a user@host
Fediverse identifier to follow.
.It Boost (by URL)
Fill the input area with the URL of a Fediverse note to be
boosted.
.It Like (by URL)
Fill the input area with the URL of a Fediverse note to be
liked.
.It User setup...
This option opens the user setup dialog.
.It Followed hashtags...
Enter here the list of hashtags you want to follow, one
per line, with or without the # symbol. Since version 2.78,
URLs to RSS feeds of ActivityPub objects are also allowed
(like e.g. https://mastodon.social/tags/bloomscrolling).
.It Blocked hashtags...
Enter here the list of hashtags you want to block, one
per line, with or without the # symbol.
.El
.Pp
The user setup dialog allows some user information to be
changed, specifically:
.Bl -tag -offset indent
.It User name
Your user name, or not really that. People like to include
emojis, flags and strange symbols for some reason.
.It Avatar URL
The URL of a picture to be used as your avatar in timelines
around the world.
.It Bio
Enter here a bunch of self-indulgent blurb about yourself.
The same markup options available for text notes apply here.
.It Always show sensitive content
By default,
.Nm
hides content marked as sensitive by their publishers.
If you check this option, sensitive content is always shown.
.It Email address for notifications
If this field is not empty, an email message will be sent
to this address whenever a post written by you is liked,
boosted or replied to.
.It Telegram notifications
To enable notifications via Telegram, fill the two provided
fields (Bot API key and Chat id). You need to create both
a Telegram channel and a bot for this; the process is rather
cumbersome but it's documented everywhere. The Bot API key
is a long string of alphanumeric characters and the chat id
is a big, negative number.
.It ntfy notifications
To enable notifications via ntfy (both self-hosted or
standard ntfy.sh server), fill the two provided
fields (ntfy server/topic and, if protected, the token).
You need to refer to the https://ntfy.sh web site for
more information on this process.
.It Notify webhook
If this is set to an URL, an HTTP POST will be sent to it
whenever a new notification happens (see the 'Webhook for
notifications' section below for more information).
.It Maximum days to keep posts
This numeric value specifies the number of days to pass before
posts (yours and others') will be purged. This value overrides
what the administrator defined in the global server settings
only if it's lesser (i.e. you cannot keep posts for longer
than what the admin desires). A value of 0 (the default) means
that the global server settings will apply to the posts in your
timeline. Also, if the administrator has configured it,
purged local posts generate a Delete activity that is sent
everywhere.
.It Drop direct messages from people you don't follow
Just what it says in the tin. This is to mitigate spammers
coming from Fediverse instances with lax / open registration
processes. Please take note that this also avoids possibly
legitimate people trying to contact you.
.It This account is a bot
Set this checkbox if this account behaves like a bot (i.e.
posts are automatically generated).
.It Auto-boost all mentions to this account
If this toggle is set, all mentions to this account are boosted
to all followers. This can be used to create groups.
.It This account is private
If this toggle is set, posts are not published via the public
web interface, only via the ActivityPub protocol.
.It Collapse top threads by default
If this toggle is set, the private timeline will always show
conversations collapsed by default. This allows easier navigation
through long threads.
.It Follow requests must be approved
If this toggle is set, follow requests are not automatically
accepted, but notified and stored for later review. Pending
follow requests will be shown in the people page to be
approved or discarded.
.It Publish follower and following metrics
If this toggle is set, the number of followers and following
accounts are made public (this is only the number; the specific
lists of accounts are never published).
.It Web interface language
If the administrator has installed any language file, it
can be selected here.
.It Time zone
The time zone the user is on (default: UTC). Only
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 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.
.El
.Pp
The rest of the page contains your timeline in reverse
chronological order (i.e., newest interactions first).
.Nm
shows the conversations as nested trees, unlike other Fediverse
software; every time you contribute something to a conversation,
the full thread is bumped up, so new interactions are shown
always at the top of the page while the forgotten ones languish
at the bottom.
.Pp
Private notes (a.k.a. direct messages) are also shown in
the timeline as normal messages, but marked with a cute lock
to mark them as non-public. Replies to direct messages are
also private and cannot be liked nor boosted.
.Pp
For each entry in the timeline, a set of reasonable actions
in the form of buttons will be shown. These can be:
.Bl -tag -offset indent
.It Reply
Unveils a text area to write your intelligent and acute comment
to an uninformed fellow. This note is sent to the original
author as well as to your followers. The note can include
mentions in the @user@format; these people will also become
recipients of the message. If you reply to a boost or like,
you are really replying to the note, not to the admirer of it.
.It Like
Click this if you admire this post. The poster and your
followers will be informed.
.It Boost
Click this if you want to propagate this post to all your
followers. The original author will also be informed.
.It Bookmark
Click this to bookmark a post.
.It Follow
Click here if you want to start receiving all the shenanigans
the original author of the post will write in the future.
.It Unfollow
Click here if you are fed up of this fellow's activities.
.It Delete
Click here to send this post to the bin. If it's an activity
written by you, the appropriate message is sent to the rest
of involved parts telling them that you no longer want your
thing in their servers (not all implementations really obey
this kind of requirements, though).
.It MUTE
This is the most important button in
.Nm
and the Fediverse in general. Click it if you don't want
to read crap from this user again in the foreseeable future.
.It Hide
If a conversation is getting long and annoying but not enough
to MUTE its author forever, click this button to avoid seeing
the post and its children anymore.
.It Edit
Posts written by you on
.Nm
version 2.19 and later can be edited and resent to their
recipients.
.El
.Ss Command-line options
The command-line tool provide the following commands:
.Bl -tag -offset indent
.It Cm init Op basedir
Initializes the data storage. This is an interactive command; necessary
information will be prompted for. The
.Ar basedir
directory must not exist.
.It Cm upgrade Ar basedir
Upgrades the data storage after installing a new version.
Only necessary if
.Nm
complains and demands it.
.It Cm httpd Ar basedir
Starts the daemon.
.It Cm purge Ar basedir
Purges old data from the timeline of all users.
.It Cm adduser Ar basedir Op uid
Adds a new user to the server. This is an interactive command;
necessary information will be prompted for.
.It Cm deluser Ar basedir Ar uid
Deletes a user, unfollowing all accounts first.
.It Cm resetpwd Ar basedir Ar uid
Resets a user's password to a new, random one.
.It Cm update Ar basedir Ar uid
Sends a user's updated profile to following instances.
.It Cm queue Ar basedir Ar uid
Processes the output queue of the specified user, sending all
enqueued messages and re-enqueing the failing ones. This command
must not be executed if the server is running.
.It Cm follow Ar basedir Ar uid Ar actor
Sends a Follow message for the specified actor URL.
.It Cm request Ar basedir Ar uid Ar url
Requests an object and dumps it to stdout. This is a very low
level command that is not very useful to you.
.It Cm announce Ar basedir Ar uid Ar url
Announces (boosts) a post via its URL.
.It Cm note Ar basedir Ar uid Ar text Op file file ... Op -r inReplyTo Op -d YYYYmmddHHMMSS
Enqueues a Create + Note message to all followers. If the
.Ar text
argument is -e, the external editor defined by the EDITOR
environment variable will be invoked to prepare a message; if
it's - (a lonely hyphen), the post content will be read from stdin.
The rest of command line arguments are treated as media files to be
attached to the post. The LANG environment variable (if defined) is used
as the post language. An optional URL to a Fediverse post, prefixed by \-r,
can be specified for this note to be a reply to. If a date in YYYYmmddHHMMSS
format is followed by \-d, the note is scheduled for that moment instead of
immediately posted (this date must be in the same timezone the user has
configured in the web UI).
.It Cm note_unlisted Ar basedir Ar uid Ar text Op file file ... Op -r inReplyTo Op -d YYYYmmddHHMMSS
Like the previous one, but creates an "unlisted" (or "quiet public") post.
.It Cm note_mention Ar basedir Ar uid Ar text Op file file ... Op -r inReplyTo Op -d YYYYmmddHHMMSS
Like the previous one, but creates a post only for accounts mentioned
in the post body.
.It Cm block Ar basedir Ar instance_url
Blocks a full instance, given its URL or domain name. All subsequent
incoming activities with identifiers from that instance will be immediately
blocked without further inspection.
.It Cm unblock Ar basedir Ar instance_url
Unblocks a previously blocked instance.
.It Cm verify_links Ar basedir Ar uid
Verifies all links or account handles stored as metadata for the given user.
This verification is done by downloading the link content and searching for
a link back to the
.Nm
user url that also contains a rel="me" attribute. These links are specially
marked as verified in the user's public timeline and also via the Mastodon API.
.It Cm export_csv Ar basedir Ar uid
Exports some account data as Mastodon-compatible CSV files. After executing
this command, the following files will be written to the
.Pa export/
subdirectory inside the user directory:
.Pa bookmarks.csv ,
.Pa blocked_accounts.csv ,
.Pa lists.csv , and
.Pa following_accounts.csv .
.It Cm export_posts Ar basedir Ar uid
Exports all posts written by the user to the file
.Pa outbox.json
inside the
.Pa export/
subdirectory inside the user directory. The format is compatible with the
one generated by the equivalent option in Mastodon.
.It Cm alias Ar basedir Ar uid Ar "@account@remotehost"
Sets an account as an alias of this one. This is a necessary step to migrate
an account to a remote Mastodon instance (see
.Xr snac 8 ,
section 'Migrating from snac to Mastodon').
.It Cm migrate Ar basedir Ar uid
Starts a migration from this account to the one set as an alias (see
.Xr snac 8 ,
section 'Migrating from snac to Mastodon').
.It Cm import_csv Ar basedir Ar uid
Imports CSV data files from a Mastodon export. This command expects the
following files to be inside the
.Pa import/
subdirectory of a user's directory inside the server base directory:
.Pa bookmarks.csv ,
.Pa blocked_accounts.csv ,
.Pa lists.csv , and
.Pa following_accounts.csv .
.It Cm state Ar basedir
Dumps the current state of the server and its threads. For example:
.Bd -literal -offset indent
server: comam.es (snac/2.45-dev)
uptime: 0:03:09:52
job fifo size (cur): 45
job fifo size (peak): 1532
thread #0 state: input
thread #1 state: input
thread #2 state: waiting
thread #3 state: waiting
thread #4 state: output
thread #5 state: output
thread #6 state: output
thread #7 state: waiting
.Ed
.Pp
The job fifo size values show the current and peak sizes of the
in-memory job queue. The thread state can be: waiting (idle waiting
for a job to be assigned), input or output (processing I/O packets)
or stopped (not running, only to be seen while starting or stopping
the server).
.It Cm import_list Ar basedir Ar uid Ar file
Imports a Mastodon list in CSV format. The file must be stored inside the
.Pa import/
subdirectory of a user's directory inside the server base directory.
This option can be used to import "Mastodon Follow Packs".
.It Cm import_block_list Ar basedir Ar uid Ar file
Imports a Mastodon list of accounts to be blocked in CSV format. The
file must be stored inside the
.Pa import/
subdirectory of a user's directory inside the server base directory.
.It Cm lists Ar basedir Ar uid
Prints the name of the user created lists.
.It Cm list_members Ar basedir Ar uid Ar name
Prints the list of actors in the named list.
.It Cm list_create Ar basedir Ar uid Ar name
Creates a new list.
.It Cm list_remove Ar basedir Ar uid Ar name
Removes an existing list.
.It Cm list_add Ar basedir Ar uid Ar name Ar account
Adds an account (by its @name@host handle or actor URL) to a list.
.It Cm list_del Ar basedir Ar uid Ar name Ar actor_url
Deletes an actor (by its actor URL) from a list.
.El
.Ss Migrating an account to/from Mastodon
See
.Xr snac 8
for details.
.Ss Using Mastodon-compatible apps
Since version 2.27,
.Nm
includes support for the Mastodon API, so you can use Mastodon-compatible
mobile and desktop applications to access your account. Given a correctly
configured server, the usage of these programs should be straightforward.
Please take note that they will show your timeline in a 'Mastodon fashion'
(i.e., as a plain list of posts), so you will lose the fancy, nested thread
post display with the most active threads at the top that the web interface of
.Nm
provides.
.Ss Implementing post bots
.Nm
makes very easy to post messages in a non-interactive manner. This example
posts a string:
.Bd -literal -offset indent
uptime | snac note $SNAC_BASEDIR $SNAC_USER -
.Ed
.Pp
You can setup a line like this from a
.Xr crontab 5
or similar. Take note that you need a) command-line access to the same machine
that hosts the
.Nm
instance, and b) write permissions to the storage directories and files.
.Pp
You can also post non-interactively using the Mastodon API and a command-line
http tool like
.Xr curl 1
or similar. This has the advantage that you can do it remotely from any host,
anywhere; the only thing you need is an API Token. This is an example:
.Bd -literal -offset indent
curl -X POST https://$SNAC_HOST/api/v1/statuses \\
--header "Authorization: Bearer ${TOKEN}" -d "status=$(uptime)"
.Ed
.Pp
You can obtain an API Token by connecting to the following URL:
.Bd -literal -offset indent
https://$SNAC_HOST/oauth/x-snac-get-token
.Ed
.Pp
.Ss Webhook for notifications
Since version 2.78, users can set the URL to a webhook that will receive
an HTTP POST with every notification (in JSON format). This can be used to
implement some automation whenever a new activity happens, like autorepliers,
chatbots, interactive textual games or whatever. The
.Pa examples/
subdirectory contains a tiny Python program that implements an auto-follower
for every new follow. The JSON notification object includes the following data:
.Bl -tag -offset indent
.It id
a unique notification identifier
.It actor
the origin actor id
.It target
the target actor id
.It date
the notification date
.It msg
the full ActivityPub action JSON object
.It objid
the object identifier (extracted from msg, may be null)
.It type
the action type (extracted from msg)
.It utype
the action subtype (extracted from msg, may be null)
.It uid
the user identifier (account name)
.It basedir
the server base directory
.It baseurl
the server base URL
.It account
the origin actor object
.It reply
the activity this post is a reply to (may not exist)
.El
.Pp
.Sh ENVIRONMENT
.Bl -tag -width Ds
.It SNAC_BASEDIR
This optional environment variable can be set to the base directory of
your installation; if set, you don't have to add the base directory as an
argument to command-line operations. This may prove useful if you only
have one
.Nm
instance in your system (which is probably your case).
.It Ev DEBUG
Overrides the debugging level from the server 'dbglevel' configuration
variable. Set it to an integer value. The higher, the deeper in meaningless
verbiage you'll find yourself into.
.It Ev EDITOR
The user-preferred interactive text editor to prepare notes.
.It Ev LANG
The language of the post when sending notes from the command line.
.El
.Sh SEE ALSO
.Xr snac 5 ,
.Xr snac 8
.Sh AUTHORS
.An grunfink Lk https://comam.es/snac/grunfink @grunfink@comam.es
.Sh LICENSE
See the LICENSE file for details.
.Sh CAVEATS
Use the Fediverse sparingly. Don't fear the MUTE button.
.Sh BUGS
Probably many. Some issues may be even documented in the TODO.md file.
|