I installgin ghost 6 using the docker (preview). My environment use Apache as reverse proxy. I make it work for gohst, and I can see my website and publish content. But is not clear to me how to configure ActivityPub using ghost setup (https://ap.ghost.org/).
I added the activitypub profile in .env, is that right?
Should I reverse proxy connections to that url or to my activitypub container (127.0.0.1:8080)?
I tried many configurations, activitypub container is up, but I got a 404 error trying to connect to https://luddita.cc/.ghost/activitypub/v1/site
Thanks!