Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Ghost
  3. Bug Report: Cloudron does not support Ghost's ActivityPub/Federated Web Feature

Bug Report: Cloudron does not support Ghost's ActivityPub/Federated Web Feature

Scheduled Pinned Locked Moved Ghost
bug
18 Posts 10 Posters 1.4k Views 10 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sydney
    wrote on last edited by
    #9

    @scooke Yes, I can confirm that it's not an issue of not being able to follow people. As you can see from the screenshot in my original bug report, the routes simply do not work.

    1 Reply Last reply
    0
    • bmannB Offline
      bmannB Offline
      bmann
      wrote on last edited by
      #10

      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.

      jdaviescoatesJ 1 Reply Last reply
      1
      • bmannB bmann

        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.

        jdaviescoatesJ Offline
        jdaviescoatesJ Offline
        jdaviescoates
        wrote on last edited by
        #11

        @bmann sounds like the intention is for it to ship with Ghost 6.0:

        c4e5da44-8f1c-431a-b769-777b3194dc27-image.png

        As shown at the top of https://ghost.org/help/social-web/

        I use Cloudron with Gandi & Hetzner

        1 Reply Last reply
        0
        • jrl-abstract27J Offline
          jrl-abstract27J Offline
          jrl-abstract27
          wrote on last edited by
          #12

          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.

          London Web Agency : https://abstract27.com/

          girishG 1 Reply Last reply
          3
          • jrl-abstract27J jrl-abstract27

            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.

            girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #13

            @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.

            1 Reply Last reply
            0
            • David 0D Offline
              David 0D Offline
              David 0
              wrote on last edited by
              #14

              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.

              1 Reply Last reply
              3
              • axbomA Offline
                axbomA Offline
                axbom
                wrote on last edited by
                #15

                Just adding my voice to say that I'm keen for this to get up and running as well. The ActivityPub integration has been a long-awaited feature with Ghost 6.0, and it was a bit of an anti-climax to realise it's not working on the Cloudron app version yet. šŸ˜…

                Making tech safe and compassionate. Author of Digital Compassion.

                1 Reply Last reply
                4
                • S Offline
                  S Offline
                  stormgrass
                  wrote last edited by
                  #16

                  Seconding the call for support. I'd love to get this up and running eventually.

                  1 Reply Last reply
                  3
                  • girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote last edited by
                    #17

                    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).

                    jdaviescoatesJ 1 Reply Last reply
                    4
                    • girishG girish

                      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).

                      jdaviescoatesJ Offline
                      jdaviescoatesJ Offline
                      jdaviescoates
                      wrote last edited by
                      #18

                      @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.

                      I use Cloudron with Gandi & Hetzner

                      1 Reply Last reply
                      3
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search