pub-relay v0.2.0
pub-relay (fork by noellabo)
...is a service-type ActivityPub actor that will re-broadcast anything sent to it to anyone who subscribes to it.

Endpoints:
GET /actorPOST /inboxGET /.well-known/webfingerGET /.well-known/nodeinfoGET /nodeinfo/2.0GET /stats
Operations:
- for Mastodon or compatible implementation
- Send a Follow activity to the inbox to subscribe
- Object:
https://www.w3.org/ns/activitystreams#Public
- Object:
- Send an Undo of Follow activity to the inbox to unsubscribe
- Object of object:
https://www.w3.org/ns/activitystreams#Public
- Object of object:
- Send a Follow activity to the inbox to subscribe
- for Pleroma or compatible implementation
- Follow
actorwith mix command or pleroma_ctlMIX_ENV=prod mix pleroma.relay follow https://your.relay.hostname/actor./bin/pleroma_ctl relay follow https://your.relay.hostname/actor
- Unfollow
actorwith mix command or pleroma_ctlMIX_ENV=prod mix pleroma.relay unfollow https://your.relay.hostname/actor./bin/pleroma_ctl relay unfollow https://your.relay.hostname/actor
- Follow
- Send anything else to the inbox to broadcast it
- Supported types:
Create,Update,Delete,Announce,Undo,Move,Like,Add,Remove
- Supported types:
Requirements:
- All requests must be HTTP-signed with a valid actor
- Only payloads that contain a linked-data signature will be re-broadcast
- If the relay cannot re-broadcast, deliver an announce activity
- Only payloads addressed to
https://www.w3.org/ns/activitystreams#Publicwill be re-broadcast- Deliver all activities except
Create
- Deliver all activities except
Installation
Download the binaries.
Usage
TODO
Contributors
Repository
pub-relay
Owner
Statistic
- 48
- 17
- 2
- 0
- 5
- over 2 years ago
- January 22, 2020
License
GNU Affero General Public License v3.0
Links
Synced at
Mon, 27 Oct 2025 20:49:44 GMT
Languages