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
- Host: GitHub
- URL: https://github.com/s-h-gamelinks/activity-pub-relay
- Owner: S-H-GAMELINKS
- License: agpl-3.0
- Created: 2024-11-11T04:51:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T11:58:22.000Z (over 1 year ago)
- Last Synced: 2024-12-03T12:32:59.777Z (over 1 year ago)
- Topics: activitypub, activitypub-federation, ruby
- Language: Ruby
- Homepage: https://s-h-gamelinks.github.io/activity-pub-relay/
- Size: 314 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)