Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 757 Bytes

File metadata and controls

30 lines (19 loc) · 757 Bytes

ActivityPub Relay

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

References

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

LICENSE

AGPL-3.0 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