Skip to content

brooksn/serverless-activitypub

Repository files navigation

Build Status

serverless-activitypub

An implementation of an ActivityPub conformant Server.

Progress

  • Social API protocol
  • Notification filtering and delivery
  • Uploading media
  • Federated Server conformance
  • Actor trust (possibly with Vouch)
  • Server-to-server authentication
  • Validation against Federation Protocol test suite
  • Account administration through a web client
  • Express.js server support for deployment on more platforms

Deploy

$ npm install serverless -g
$ npm install
$ JWT_SECRET="some_secret" API_BASE="https://example.com/ap" serverless deploy 

About

An implementation of an ActivityPub Server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published