Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

Ghost.io Blog "style" variable

I'm working on a Ghost Theme and with the given Ghost Theme I'm working on there's a code that checks for equality of style to 'one' or 'two':{{#match style "one"}} and {{#match style "...
preston's user avatar
  • 4,367
0 votes
1 answer
205 views

Traefik ghost deployment port mapping NOT working

I used Dokploy to deploy a ghost blog instance with docker compose and traefik (reverse proxy). I have a problem accessing a ghost blog deployment from my browser: giving Bad Gateway error. If I use ...
Shah-G's user avatar
  • 662
0 votes
0 answers
77 views

How to import an external module with TypeScript and esbuild?

I'm writing a storage adapter for Ghost using the @aws-sdk/client-s3. I want the adapter to be self-contained, so I'm trying to use esbuild to bundle it all into a single file. To build a storage ...
Southpaw1496's user avatar
0 votes
0 answers
68 views

Ghost Blog - Unknown database error after updating the MySQL RDS database certificate on AWS

Ghost app cannot connect to AWS RDS with SSL after the RDS CA is updated to rds-ca-rsa2048-g1 What's your URL? https://vincentyuan.us/ What version of Ghost are you using? 5.54.0 And How was Ghost ...
Vincent Yuan's user avatar
0 votes
0 answers
54 views

Different charsets for mysql database from define docker compose file

I'm configure a docker compose to run 2 blogs in the same server and use one database. The whole configuration is fine except for one simple detail, I can't use emojis on my posts. 😒 Hours in the ...
flpms's user avatar
  • 254
-1 votes
1 answer
121 views

The error message will not go away no matter what code I enter

I'm using VS Code on my laptop, and ever since I created a circular import error message in my terminal, I have not been able to get rid of it. I tried everything from making obvious changes to the ...
Spiff 's user avatar
0 votes
1 answer
145 views

Ghost deployed on Cloud Run returns 503 error

Overview I deployed Ghost using a Dockerfile on Cloud Run, but when I access the site, a 503 error occurs. Could you please advise me on how to check the details of the error? Dockerfile FROM ghost:...
Nori's user avatar
  • 3,032
0 votes
2 answers
506 views

Not able to get posts from 'tryghost' with Axios error

I am using Next.js and Ghost API to build a headless blog. Following the tutorial on Youtube, I was able to follow step by step, but I am stuck at receiving the data from the 'tryghost'. With the ...
Ranos's user avatar
  • 13
0 votes
0 answers
119 views

Ghost with Docker for theme development, CMS fails loading files

I want to set up my GhostCMS theme development environment with Ghost's official Docker image. For that, I am making a container with the following command: docker run -d --rm -e NODE_ENV=development -...
jogarcia's user avatar
  • 2,781
1 vote
1 answer
632 views

file uploads to my origin server using cloudflare workers are failing

I have a blog hosted on blog.domain.com; I want to switch it from subdomain to subdirectory using Cloudflare workers. everything works except file uploads. when i upload a file , browser sends an xhr ...
Naga Sai's user avatar
1 vote
1 answer
622 views

Ghost Blog: Issues Updating Node Version

I am attempting to update the Node version to the latest supported version at the time of writing; v18. I have followed the instructions exactly step by step. However, despite this, it installed v20.9....
Ryan's user avatar
  • 21
1 vote
0 answers
193 views

How to get styling for Ghost (Headless CMS) Blog post while fetching data using Content API from next.js

I am using next.js to create frontend for my blog website and I am using ghost as headless CMS. I am able to fetch html for blog post using CONTENT API but it does not return styling associated with ...
Shagun arora's user avatar
0 votes
1 answer
122 views

Importing static HTML content with large number of images/Jupyter notebook to Ghost blog post

I have a research content piece, available as an interactive Jupyter Notebook. I'd like to make this notebook available as a blog post, and do the necessary conversions automatically. I can use ...
Mikko Ohtamaa's user avatar
3 votes
1 answer
756 views

Installing Ghost CMS (self hosting on AWS EC2) seems to never complete

I want to setup Ghost CMS on AWS EC2 instance (Ubuntu 20.04, t2.micro instance) and followed through every instruction within their documentation: https://ghost.org/docs/install/ubuntu/ The issue, ...
retro_coder's user avatar
0 votes
1 answer
115 views

Ghost CMS API from R

I am trying to connect to a local Ghost CMS instance from R using the build-in Admin API. There is a good documentation (https://ghost.org/docs/admin-api/#token-authentication) on how to connect for ...
Globoquadrina's user avatar

15 30 50 per page
1
2 3 4 5
36