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 - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. Ghost
  3. ghost app install bug ?

ghost app install bug ?

Scheduled Pinned Locked Moved Ghost
4 Posts 3 Posters 896 Views 3 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.
  • jrl-abstract27J Offline
    jrl-abstract27J Offline
    jrl-abstract27
    wrote on last edited by james
    #1

    Hi All,

    I try to install a new ghost app and i find this error in the logs : => Healtheck error got response status 502

    Sep 11 19:21:10 172.18.0.1 - - [11/Sep/2025:18:21:10 +0000] "GET / HTTP/1.1" 502 166 "-" "Mozilla (CloudronHealth)"
    
    [11/Sep/2025:18:23:32 +0000] "GET /.ghost/activitypub/v1/site HTTP/1.1" 200 131 "-" "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)"
    Sep 11 19:23:32 [2025-09-11 18:23:32] INFO Checking ActivityPub Webhook state
    Sep 11 19:23:32 [2025-09-11 18:23:32] WARN Expected 4 webhooks for ActivityPub
    Sep 11 19:23:32 [2025-09-11 18:23:32] INFO ActivityPub webhooks in incorrect state, deleting all of them and starting fresh
    Sep 11 19:23:32 172.18.0.1 - - [11/Sep/2025:18:23:32 +0000] "GET /.ghost/activitypub/users/index HTTP/1.1" 200 2592 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)"
    Sep 11 19:23:32 172.18.0.1 - - [11/Sep/2025:18:23:32 +0000] "GET /.ghost/activitypub/users/index HTTP/1.1" 200 2592 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)"
    Sep 11 19:23:32 172.18.0.1 - - [11/Sep/2025:18:23:32 +0000] "GET /.well-known/webfinger?resource=acct:index@testghost.raude-leroy.com HTTP/1.1" 200 355 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)"
    Sep 11 19:23:34 172.18.0.1 - - [11/Sep/2025:18:23:34 +0000] "GET /.ghost/activitypub/outbox/index HTTP/1.1" 200 763 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)"
    Sep 11 19:23:34 172.18.0.1 - - [11/Sep/2025:18:23:34 +0000] "GET /.ghost/activitypub/following/index HTTP/1.1" 200 742 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)"
    Sep 11 19:23:35 172.18.0.1 - - [11/Sep/2025:18:23:35 +0000] "GET /.ghost/activitypub/followers/index HTTP/1.1" 200 654 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)"
    Sep 11 19:23:35 172.18.0.1 - - [11/Sep/2025:18:23:35 +0000] "POST /.ghost/activitypub/inbox/index HTTP/1.1" 202 21 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)"
    Sep 11 19:23:35 172.18.0.1 - - [11/Sep/2025:18:23:35 +0000] "GET /.ghost/activitypub/users/index HTTP/1.1" 200 2592 "-" "Fedify/1.7.9 (Node.js/22.18.0)"
    Sep 11 19:24:08 172.18.0.1 - - [11/Sep/2025:18:24:08 +0000] "GET /favicon.ico HTTP/1.1" 200 15406 "-" "Mozilla/5.0 Safari/537.36"
    

    Any idea on how to make it work ?

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

    1 Reply Last reply
    0
    • J Offline
      J Offline
      joseph
      Staff
      wrote on last edited by
      #2

      @jrl-abstract27 from the logs, it looks like it is responding with a 200 . The healthcheck afterwards keeps failing with 502?

      1 Reply Last reply
      1
      • jamesJ james marked this topic as a regular topic on
      • jamesJ james moved this topic from Support on
      • jrl-abstract27J Offline
        jrl-abstract27J Offline
        jrl-abstract27
        wrote on last edited by
        #3

        yes, i found a way to make it work by taking off the 2auth verification with "security": {
        "staffDeviceVerification": false
        } so i could acces the back office and fix it all.

        in the mean time i noticed that the Activitypub network is now working 👏 well done guys @girish and all the team - i was wondering, if you could explain a bit how it works. Is it an independant activitypub server that is setup per ghost app ? Does it take more storage ?

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

        1 Reply Last reply
        4
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #4

          @jrl-abstract27 upstream Ghost runs an activity pub service that selfhosters can use (with limits) - https://docs.ghost.org/hosting#hosted-activitypub-usage-limits . AFAIK, it does not take any more storage.

          1 Reply Last reply
          2

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          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