serverless-activitypub
serverless-activitypub copied to clipboard
An implementation of an ActivityPub Server.
serverless-activitypub
An implementation of an ActivityPub conformant Server.
Progress
- [x] 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