Minimalistic ActivityPub server
Go to file
Alex Schroeder e4c26715a1 Add an option to always show sensitive content
- add a cw key to user.json
- add a cw checkbox to user setup form
- handle the cw parameter when updating user setup
- when rendering an entry, look at the cw config: if set, use a h3
  heading for the summary; otherwise use details + summar + SENSITIVE
  CONTENT like before
2022-12-04 10:05:53 +01:00
doc Updated documentation. 2022-12-04 07:18:24 +01:00
examples Added :shrug2: 2022-12-03 20:54:44 +01:00
.gitignore [.gitignore] new file. 2022-09-27 09:06:03 +02:00
activitypub.c New function timeline_simple_list(). 2022-12-03 07:27:26 +01:00
data.c Set default debug level to 1 for most object db functions. 2022-12-04 06:40:17 +01:00
format.c Added :shrug2: 2022-12-03 20:54:44 +01:00
html.c Add an option to always show sensitive content 2022-12-04 10:05:53 +01:00
http.c Use the time functions of xs_time.h. 2022-10-02 09:27:17 +02:00
httpd.c purge_server() deletes using object_del(). 2022-11-26 05:05:57 +01:00
LICENSE Updated LICENSE. 2022-10-20 14:26:34 +02:00
main.c Big data storage change. 2022-12-02 19:14:59 +01:00
Makefile Updated dependencies. 2022-11-23 15:07:40 +01:00
README.md Updated README. 2022-11-28 18:15:55 +01:00
RELEASE_NOTES.md New function timeline_simple_list(). 2022-12-03 07:27:26 +01:00
snac.c Fixed a nasty macro expansion bug. 2022-10-26 06:43:47 +02:00
snac.h Version 2.13 RELEASED. 2022-12-04 06:43:46 +01:00
TODO.md Updated TODO. 2022-12-04 07:35:07 +01:00
upgrade.c Upgrade timeline/ to private/. 2022-12-03 18:41:44 +01:00
utils.c Add an option to always show sensitive content 2022-12-04 10:05:53 +01:00
webfinger.c Fixed typo in webfinger_request(). 2022-11-09 07:34:04 +01:00
xs_curl.h Backport from xs. 2022-11-04 09:42:24 +01:00
xs_encdec.h Backport from xs. 2022-10-25 09:32:41 +02:00
xs_glob.h Backport from xs. 2022-11-24 08:47:02 +01:00
xs_httpd.h Backport from xs. 2022-10-25 09:32:41 +02:00
xs_io.h Backport from xs. 2022-11-24 08:47:02 +01:00
xs_json.h Backport from xs. 2022-10-25 09:32:41 +02:00
xs_mime.h Backport from xs. 2022-10-08 07:00:05 +02:00
xs_openssl.h Backport from xs. 2022-10-25 09:32:41 +02:00
xs_regex.h Backport from xs. 2022-11-24 08:47:02 +01:00
xs_set.h Use xs_set in recipient_list() and inbox_list(). 2022-11-28 15:49:56 +01:00
xs_socket.h Backport from xs. 2022-10-08 07:00:05 +02:00
xs_time.h New command-line option purge. 2022-10-04 18:46:12 +02:00
xs_version.h Use xs_set in recipient_list() and inbox_list(). 2022-11-28 15:49:56 +01:00
xs.h Backport from xs. 2022-11-24 08:47:02 +01:00

snac

A simple, minimalistic ActivityPub instance

Features

  • Lightweight, minimal dependencies
  • Extensive support of ActivityPub operations, e.g. write public notes, follow users, be followed, reply to the notes of others, admire wonderful content (like or boost), write private messages...
  • Simple but effective web interface
  • Multiuser
  • Easily-accessed MUTE button to silence morons
  • Tested interoperability with related software
  • No database needed
  • Totally JavaScript-free
  • No cookies either
  • Not much bullshit

About

This program runs as a daemon (proxied by a TLS-enabled real httpd server) and provides the basic services for a Fediverse / ActivityPub instance (sharing messages and stuff from/to other systems like Mastodon, Pleroma, Friendica, etc.).

This is not the manual; man pages snac(1) (user manual), snac(5) (formats) and snac(8) (administrator manual) are what you are looking for.

snac stands for Social Networks Are Crap.

Installation

This 2.x release is written in C (unlike the 1.x prototype, which was written in Python). The only external dependencies are openssl and curl.

On Debian/Ubuntu, you can satisfy these requirements by running

    apt install libssl-dev libcurl4-openssl-dev

On OpenBSD you also need to install curl:

    pkg_add curl

Run make and then make install as root.

See the administrator manual on how to proceed from here.

License

See the LICENSE file for details.

Author

grunfink @grunfink@comam.es