An open API service indexing awesome lists of open source software.

https://github.com/s-h-gamelinks/activity-pub-relay

ActivityPub Relay Server
https://github.com/s-h-gamelinks/activity-pub-relay

activitypub activitypub-federation ruby

Last synced: 11 months ago
JSON representation

ActivityPub Relay Server

Awesome Lists containing this project

README

          

# ActivityPub Relay

Mastodon and Misskey(or other Misskey fork) supported ActivityPub Relay.
Also support Pleroma and Akkoma.

## References

- [mayaeh/pub-relay-prototype](https://github.com/mayaeh/pub-relay-prototype)
- [mastoson/mastodon](https://github.com/mastodon/mastodon)
- [dtp-mstdn-jp/selective-relay](https://github.com/dtp-mstdn-jp/selective-relay)

I refereced these software codes when implementing ActivityPub Relay.
Thank you for these software implemented and maintained.

## LICENSE

[AGPL-3.0 license](./LICENSE)

## Requirements

- Ruby 3.4.1
- Rails 8.0.0
- SQLite3
- Docker

You do not need Redis, Nginx, nor PostgreSQL to deploy this Relay.

## Docs

- [ActivityPub Relay Docs](https://s-h-gamelinks.github.io/activity-pub-relay/)