yukimochi / Activity-Relay

Yet another powerful customizable ActivityPub relay server written in Go.
https://relay.toot.yukimochi.jp/
GNU Affero General Public License v3.0
278 stars 39 forks source link

Error 405. What am I missing? #81

Open justdaj opened 1 year ago

justdaj commented 1 year ago

This is perhaps a dumb question, but do I need to run this on the same server as a Mastodon instance?

There's nothing in the docs here to suggest I do, but despite my best efforts I can not get the Relay to work. I am almost there. if I goto /actor I get a json response. /inbox gives me an HTML 405 error

I can add it as a relay on a mastodon instance, and it then shows as "waiting for approval". When I check the relay and ask for a list, the mastodon instance is listed

It made me wonder if the Relay needs mastodon configured on the server too.

OR am I missing something else