Home
Softono

Serverless Activitypub

Open source JavaScript
40
Stars
5
Forks
3
Issues
2
Watchers
8 years
Last Commit

 About Serverless Activitypub

An implementation of an ActivityPub Server.

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Serverless Activitypub?

We provide expert installation service for this software. Our team will install, configure, and secure Serverless Activitypub on your server. plans start at just $30.

Serverless Activitypub

View on GitHub

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