Bug Report: Cloudron does not support Ghost's ActivityPub/Federated Web Feature
-
Well, it's in beta right now anyway, and only then on Ghost(Pro) - https://ghost.org/help/social-web/ . Give it time.
EDIT: I kept reading and at the very end it says it's open to all customers... is that self-hosters too?
BUT, there is this line in the middle of the article "At the moment, short-form posts that you publish here don't show up on your website. They just go out to your followers on the social web." So, try following someone first, then post. Feel free to follow me @shane@social.futurnumerique.com. Let me know your handle, I will follow you, and when you post from your Ghost blog I'll try to see if I can see it.
@scooke said in Bug Report: Cloudron does not support Ghost's ActivityPub/Federated Web Feature:
So, try following someone first, then post.
At least for me I couldn't follow anyone as searching for accounts just doesn't work.
-
I think this is only for Ghost Pro at the moment. I have the same loading error. Interested to see when / if it is enabled for self hosters.
@bmann sounds like the intention is for it to ship with Ghost 6.0:
As shown at the top of https://ghost.org/help/social-web/
-
now that we are on ghost 6.0 any updates ? it seems that
Cloudron does not currently support Ghost's ActivityPub/Federated Web Feature, as confirmed by bug reports showing that site admins can enable federation activity in their Ghost settings, but when Cloudron users turn it on, the site stops working due to .ghost/activitypub/ routes not being available
The core issue is that ActivityPub requires specific routes (/.ghost/activitypub/*, /.well-known/webfinger and /.well-known/nodeinfo) to be proxied to the ActivityPub service Serve federated apps from root domain | Cloudron Forum, but Cloudron's reverse proxy configuration doesn't know how to handle these routes yet. -
now that we are on ghost 6.0 any updates ? it seems that
Cloudron does not currently support Ghost's ActivityPub/Federated Web Feature, as confirmed by bug reports showing that site admins can enable federation activity in their Ghost settings, but when Cloudron users turn it on, the site stops working due to .ghost/activitypub/ routes not being available
The core issue is that ActivityPub requires specific routes (/.ghost/activitypub/*, /.well-known/webfinger and /.well-known/nodeinfo) to be proxied to the ActivityPub service Serve federated apps from root domain | Cloudron Forum, but Cloudron's reverse proxy configuration doesn't know how to handle these routes yet.@jrl-abstract27 said in Bug Report: Cloudron does not support Ghost's ActivityPub/Federated Web Feature:
The core issue is that ActivityPub requires specific routes (/.ghost/activitypub/*, /.well-known/webfinger and /.well-known/nodeinfo) to be proxied to the ActivityPub service Serve federated apps from root domain | Cloudron Forum, but Cloudron's reverse proxy configuration doesn't know how to handle these routes yet.
I assume the set up has to be done wherever root domain is hosted (which could be in Cloudron or outside Cloudron)? If in Cloudron, you can set up the route inside the app. For example, if you have Surfer, just set up those routes to server whatever they need to serve.
-
Iām hoping to get some support for this feature on Cloudron soon. Iād love to use fediverse support on my Ghost-powered websites. I think it might be possible to have multiple Ghost instances running on the same server, but Iām not sure if there are any potential issues with that.
-
-
Seconding the call for support. I'd love to get this up and running eventually.
-
The latest package uses
ap.ghost.org
as the ActivityPub service. It has some service limits per https://docs.ghost.org/hosting#hosted-activitypub-usage-limits :- Maximum 2,000 followers
- Maximum 2,000 following
- Maximum 100 interactions per day (interactions include posts/notes, replies, likes, and reposts)
@vladimir.d actually managed to get a selfhosted AP (ActivityPub) server working as well. But the AP server requires it's own database/redis, among other things. This makes quite a complicated setup. Maybe we will package AP as a separate app package (a single AP server can also handle multiple ghost instances).
-
The latest package uses
ap.ghost.org
as the ActivityPub service. It has some service limits per https://docs.ghost.org/hosting#hosted-activitypub-usage-limits :- Maximum 2,000 followers
- Maximum 2,000 following
- Maximum 100 interactions per day (interactions include posts/notes, replies, likes, and reposts)
@vladimir.d actually managed to get a selfhosted AP (ActivityPub) server working as well. But the AP server requires it's own database/redis, among other things. This makes quite a complicated setup. Maybe we will package AP as a separate app package (a single AP server can also handle multiple ghost instances).
@girish said in Bug Report: Cloudron does not support Ghost's ActivityPub/Federated Web Feature:
The latest package uses ap.ghost.org as the ActivityPub service.
Works!
@girish said in Bug Report: Cloudron does not support Ghost's ActivityPub/Federated Web Feature:
Maybe we will package AP as a separate app package
Sounds like a plan.