Ecosyste.ms: Awesome
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: about 1 month 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T11:58:22.000Z (about 1 month ago)
- Last Synced: 2024-12-03T12:32:59.777Z (about 1 month 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.
## References
[mayaeh/pub-relay-prototype](https://github.com/mayaeh/pub-relay-prototype)
[mastoson/mastodon](https://github.com/mastodon/mastodon)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.3.6
- Rails 8.0.0
- SQLite3
- Docker## Docs
- [ActivityPub Relay Docs](https://s-h-gamelinks.github.io/activity-pub-relay/)