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


Ghost

49 Topics 652 Posts
  • Ghost - Package Updates

    Pinned
    1 Votes
    327 Posts
    7k Views

    [4.66.1]

    Update Ghost to 5.66.1 Full changelog
  • 1 Votes
    3 Posts
    21 Views

    Migration aside, maybe we should periodically check keys for validity and raise some notification 🤔

  • Unable to login as admin (user not found)

    Solved
    1 Votes
    5 Posts
    54 Views

    If you know some SQL, you can navigate around the database . show tables and then select * from <tablename> , show create table <tablename> are some commands to know. But these things are very specific to each app and each app's database keeps changing for every release. It would be hard to track these changes via docs.

  • 0 Votes
    2 Posts
    33 Views

    @ramiroro what is false meant to be in this context? I tried understanding the docs but didn't understand. Does it mean those files are not downloaded anymore? How does the portal work then without it?

    I am not even sure why it downloads from 3rd party sources. I guess they are using it to get some analytics of selfhosted installs?

  • 1 Votes
    5 Posts
    86 Views

    @ghstandard putting an ads.txt at top level works for me.

    f7dfcf9b-6ec3-4b53-8180-e52e12172ffc-image.png

    Then, if I go to https://blog.domain.com/ads.txt , I can see the file. Are you able to navigate to the URL and see the file ? If so , maybe this is some caching issue on Google side.

  • Ghost unable to send newsletter posts

    Solved
    0 Votes
    11 Posts
    85 Views

    Made a new mailgun account and it works fine now. I was grandfathered in on the old mailgun that was free, but apparently they won't let you send in bulk...

  • Ghost downgrade??

    0 Votes
    2 Posts
    45 Views

    hm actually the latest published package version is 4.52.3 with upstream version 5.52.3 (for ghost those two versions are a bit confusing sometimes)

    can you check in the app eventlog which versions were applied and from which version it was coming?

  • Unable to embed content (validation fails)

    0 Votes
    9 Posts
    55 Views

    Since the latest update it no longer fails. It doesn't do what I want (embed the calendar in a page) but that's Ghost's problem, not Cloudrons.

    https://inner.transitionmovement.org/calendar/

  • Is the current release working?

    1 Votes
    3 Posts
    53 Views

    If you like, you can also test on https://my.demo.cloudron.io (username/password: cloudron).

  • GDPR enhancement: No CDN

    2 Votes
    2 Posts
    75 Views

    @Sam_uk seems to have extensive code changes and also how the app is built. I fear this will not be maintainable in the long run. Do you know why the upstream project does not just rely on local assets?

  • Using custom email provider?

    0 Votes
    6 Posts
    75 Views

    @privsec I'm currently trying the custom integration approach. But, I'm unable to obtain the fully rendered html for the email that Ghost natively delivers in the newsletter.

  • Cannot install themes

    Solved
    0 Votes
    4 Posts
    95 Views

    @jdaviescoates I only wish I knew why. 🔌

  • Improve the transactional email set-up docs

    3 Votes
    2 Posts
    45 Views

    Good suggestions, made the changes.

  • 1 Votes
    2 Posts
    35 Views

    @jdaviescoates thanks, that makes sense. I have added it.

  • PHP mail() not available?

    0 Votes
    2 Posts
    41 Views

    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
    0 Votes
    3 Posts
    84 Views

    @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
    1 Votes
    2 Posts
    73 Views

    @nj thanks, I have pushed the update.

  • Editing/translating Portal

    0 Votes
    25 Posts
    255 Views

    @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
    288 Views

    @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

    1 Votes
    4 Posts
    150 Views

    Unmodified themes will update automatically since it's part of the upstream code.