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


Skip to content
  • Mail problems on Ghost

    Ghost ghost mail mailgun
    9
    1 Votes
    9 Posts
    184 Views
    jamesJ
    Hello @bmann @bmann said in Mail problems on Ghost: bump on this Sorry that this topic did not get any traction for almost a week! @bmann said in Mail problems on Ghost: "Do not configure app's mail delivery settings The app's mail delivery settings is left alone. You can configure it inside the app." Where did you find this text? I could not find it in the documentation, the app package or anywhere. Would like to know where this came from since this might be misleading. @bmann said in Mail problems on Ghost: Going to try it! Wish me luck! If you want to tinker with apps, always create an app backup first or even clone the app so you can take a shotgun approach to the clone. There are certain settings for each app that Cloudron will override on every app restart. I know @BrutalBirdie submitted a PR yesterday about this => https://git.cloudron.io/docs/docs/-/merge_requests/75/diffs According to the app startup https://git.cloudron.io/packages/ghost-app/-/blob/master/start.sh?ref_type=heads#L39 If CLOUDRON_MAIL_SMTP_SERVER is not empty it will set up the mail config on every app restart: if [[ -n "${CLOUDRON_MAIL_SMTP_SERVER:-}" ]]; then json -I -f /app/data/config.production.json \ -e "this.mail.from = \"${CLOUDRON_MAIL_FROM_DISPLAY_NAME:-Ghost} <${CLOUDRON_MAIL_FROM}>\"" \ -e "this.mail.options.host = '${CLOUDRON_MAIL_SMTP_SERVER}'" \ -e "this.mail.options.port = '${CLOUDRON_MAIL_SMTP_PORT}'" \ -e "this.mail.options.auth.user = '${CLOUDRON_MAIL_SMTP_USERNAME}'" \ -e "this.mail.options.auth.pass = '${CLOUDRON_MAIL_SMTP_PASSWORD}'" fi You may want to disable the mail config for the app to avoid this. See => https://docs.cloudron.io/apps/#disable-email-configuration
  • Mailgun Account Disabled

    Ghost ghost mailgun ban blog
    10
    1 Votes
    10 Posts
    415 Views
    David 0D
    In the interim, I underwent the business evaluation process at Mailguns. The support staff was amiable, and my blogs received positive feedback. Due to a limitation of nine emails per transmission, I was required to send newsletters in smaller batches.
  • 1 Votes
    2 Posts
    93 Views
    J
    Yes, you have to setup transactional email as per https://docs.cloudron.io/apps/ghost/#email . Many of the things are hardcoded and there's also a step by step guide at https://forum.cloudron.io/topic/7043/how-on-earth-do-you-get-ghost-memberships-and-newsletters-working-with-cloudron/21 by @jdaviescoates
  • 5 Votes
    5 Posts
    330 Views
    jdaviescoatesJ
    @joseph it's due in Ghost 6.0 so presumably once that's released and on Cloudron we'll be ready to roll.
  • Cannot install themes

    Solved Ghost ghost themes
    4
    1
    0 Votes
    4 Posts
    913 Views
    scookeS
    @jdaviescoates I only wish I knew why.
  • Can't update to 5.2.3

    Ghost ghost update updates
    4
    1
    1 Votes
    4 Posts
    785 Views
    girishG
    @jdaviescoates Oh, it was made available to all only yesterday. So, probably takes a couple more days to actually auto-update.
  • Where should I upload static files on Ghost within Cloudron?

    Moved Solved Ghost ghost static
    3
    0 Votes
    3 Posts
    756 Views
    girishG
    @explore It should be fine to put files there. All data under /app/data is backed up as well.
  • Ghost: Crashing

    Moved Solved Ghost ghost migration
    8
    0 Votes
    8 Posts
    2k Views
    girishG
    @tshirt-chihuahu It should rarely happen (but it happens). I will put the workaround in the package itself. It seems that workaround works quite reliably for a couple of years now.
  • Can we use Cloudron SMTP for Ghost email config

    Moved Ghost ghost email
    7
    2 Votes
    7 Posts
    1k Views
    iamdinakarI
    @girish new thread added for this here - ghost issue with signup email and mail configuration
  • Ecommerce for Ghost

    Moved Solved Ghost ghost
    11
    1 Votes
    11 Posts
    2k Views
    V
    that’s the best thing i’ve ever received thank u man, u made my day
  • Manually restart Ghost

    Moved Solved Ghost ghost
    5
    0 Votes
    5 Posts
    1k Views
    V
    thanks u so much, the stop/start did work!
  • Subscriber sign up mail issue for Ghost 3.0 instances on a sub domain

    Moved Solved Ghost ghost
    6
    0 Votes
    6 Posts
    1k Views
    marcusquinnM
    @girish Just tested this workaround and it works! (I set DNS to Manual to save creating another API key and DNS records since the sub-domain is only for development). There seems to be some typos in the instructions above though between demo.domain.com and domain.com that might be worth fixing to help anyone else searching for a solution on the same too.
  • Ghost 3.0

    Moved Solved Ghost ghost
    7
    5 Votes
    7 Posts
    1k Views
    T
    Awesome, many thanks for your quick work on this.
  • App base domain goes to Cloudron admin page

    Solved Support ghost
    4
    0 Votes
    4 Posts
    957 Views
    V
    As an update, I found this post solved the issue https://forum.cloudron.io/topic/1819/wordpress-unmanaged-re-directions-unable-to-install/4 I have example.com for the primary domain & my.example.com for Cloudron admin. For the Ghost app, it is ghostexample.com. At first visit, it showed me the Cloudron login page. This was fixed after a while. The www.ghostexample.com going to admin page was fixed by removing CNAME & adding redirect. Thanks for the support!
  • Ghost updates failed, had to use a 2 week old backup

    Moved Solved Ghost ghost
    13
    0 Votes
    13 Posts
    2k Views
    girishG
    I have pushed a fix for Ghost now.
  • Ghost install won't start

    Moved Solved Ghost ghost
    6
    0 Votes
    6 Posts
    2k Views
    timmmmyboyT
    Late responding but thanks so much for the fix @girish !