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


Skip to content

Ghost

78 Topics 1.0k Posts
  • Cannot install themes

    Solved ghost themes
    4
    1
    0 Votes
    4 Posts
    1k Views
    scookeS
    @jdaviescoates I only wish I knew why.
  • Improve the transactional email set-up docs

    2
    3 Votes
    2 Posts
    486 Views
    girishG
    Good suggestions, made the changes.
  • 1 Votes
    2 Posts
    435 Views
    girishG
    @jdaviescoates thanks, that makes sense. I have added it.
  • PHP mail() not available?

    2
    0 Votes
    2 Posts
    545 Views
    nebulonN
    I don't actually think any php code will be run within the Ghost app, unless Ghost itself would call the php interpreter. Ghost is a nodejs application.
  • Ghost Import fail: No Results

    Solved
    3
    0 Votes
    3 Posts
    691 Views
    P
    @girish Yes I did. I bumped the memory limit to 4096, in the ENV file and in the Cloudron admin panel for the app.. I upgraded my linode to 8GB of Ram too, just for this. Solution: increase both poste & my SQL database memory limit in Cloudron services tab, to 2GB each. Reverted back to default after import I then restarted the entire server, and began the process of importing. it then worked! @girish May I suggest to include the solution in the documentation for importing. This was a fairly large import with nearly 4K posts. How do I flag this as solved?
  • Ghost admin panel unusable after update.

    Moved Solved
    2
    1 Votes
    2 Posts
    494 Views
    girishG
    @nj thanks, I have pushed the update.
  • Editing/translating Portal

    25
    0 Votes
    25 Posts
    2k Views
    F
    @robi, very cool. Usually, when I spend enough time getting familiar with the applications, I find that the Cloudron team has already dialed it in. Will keep this in mind
  • 1 Votes
    7 Posts
    1k Views
    A
    @girish So, after updating for recent versions, my main.yaml file looks like this: name: Deploy Theme on: push: branches: - master - main jobs: deploy: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3.0.2 - uses: TryGhost/action-deploy-theme@v1.6.1 with: api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }} I've also renamed the Github repository to: Basho-master--34- so that it matched the theme name on Ghost admin: basho (Basho-master--34-) Version 2.3.0 On every commit, the "deploy" action is triggered. There is an extensive log, where the only issue is the "canary" version parameter copied above. Otherwise it announces a successful upload, but my theme files are not updated. I'm not sure where the repo gets uploaded, I guess...
  • Update Official Ghost Theme on Cloudron

    4
    1 Votes
    4 Posts
    801 Views
    girishG
    Unmodified themes will update automatically since it's part of the upstream code.
  • 2 Votes
    28 Posts
    4k Views
    robiR
    @jdaviescoates good idea! Seems it would require some hacking to get working in Ghost, a good suggestion for the upstream devs. The API seems mostly undocumented, hence would be useful to know if they followed a particular pattern of another API mail provider.
  • This topic is deleted!

    1
    2
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • how to add header to nginx

    2
    0 Votes
    2 Posts
    509 Views
    girishG
    @kris X-Forward-For header is already set, can you use that instead?
  • Ghost: Urgent Security Update

    Solved
    9
    1 Votes
    9 Posts
    2k Views
    marcusquinnM
    @fbartels Thanks, guessed as much. Something we'll need to have a think about.
  • Can't update to 5.2.3

    ghost update updates
    4
    1
    1 Votes
    4 Posts
    903 Views
    girishG
    @jdaviescoates Oh, it was made available to all only yesterday. So, probably takes a couple more days to actually auto-update.
  • Editing subscribers manually?

    7
    0 Votes
    7 Posts
    1k Views
    A
    @abargel Well, actually, from the MySQL access in Web terminal, and a little help from the MySQL manual, it wasn't that difficult to find the table with SHOW TABLES; then SELECT * FROM members_stripe_customers_subscriptions; and add records with information from Stripe (and from the table members_stripe_customers) with INSERT ... VALUES (see MySQL manual for format) Sure, it is a bit tedious... But for a limited number of members, it can be done
  • link from cloudron panel

    3
    0 Votes
    3 Posts
    806 Views
    S
    ok thank you wait and see then...
  • Enable enableDeveloperExperiments

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    brianbB
    @girish said in Enable enableDeveloperExperiments: enableDeveloperExperiments moving it outside privacy worked, thank you!
  • /members/api/send-magic-link gives a 404, blocking member signup

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    robiR
    @girish that was an amazing wild guess @kaxline if you can post the final solution, it will be findable by others later.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • ghost 4.4.0 cant upload image for icon and logo

    16
    0 Votes
    16 Posts
    4k Views
    girishG
    Interesting fix - https://github.com/docker-library/ghost/pull/281/commits/a3981512d2f9e368d75b97b2f80db91a97dfcff4 . They downgraded python to make it build properly.