go-ap / fedbox

Reference implementation of an ActivityPub service using go-ap packages (mirror repository)

Home Page:https://federated.id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FedBOX

MIT Licensed Build Status Go Report Card

FedBOX is a simple ActivityPub enabled server. Its goal is to serve as a reference implementation for the rest of the GoActivityPub packages.

It provides the base for some of the common functionality that such a service would require, such as: HTTP handlers and middlewares, storage and filtering etc.

The current iteration can persist data to BoltDB, Badger, SQLite and directly on the file system, but I want to also add support for PostgreSQL.

Features

Support for C2S ActivityPub:

  • Support for content management actitivies: Create, Update, Delete.
  • Follow, Accept, Reject with actors as objects.
  • Appreciation activities: Like, Dislike.
  • Reaction activities: Block on actors, Flag on objects.
  • Negating content management and appreciation activities using Undo.
  • OAuth2 authentication

Support for S2S ActivityPub

  • Support the same operations as the client to server activities.
  • Capabilities of generating and loading HTTP Signatures from requests.

Installation

See the INSTALL file.

Further reading

If you are interested in using FedBOX from an application developer point of view, make sure to read the Client to Server document, which details how the local flavour of ActivityPub C2S API can be used.

More information about FedBOX and the other packages in the GoActivityPub library can be found on the wiki.

Contact and feedback

If you have problems, questions, ideas or suggestions, please contact us by posting to the mailing list, or on GitHub. If you desire quick feedback, the mailing list is preferred, as the GitHub issues are not checked very often.

About

Reference implementation of an ActivityPub service using go-ap packages (mirror repository)

https://federated.id

License:MIT License


Languages

Language:Go 90.1%Language:Shell 3.8%Language:JavaScript 2.8%Language:Makefile 2.2%Language:HTML 1.1%