532 questions
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 "...
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 ...
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 ...
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 ...
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 ...
-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 ...
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:...
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 ...
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 -...
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 ...
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....
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 ...
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 ...
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, ...
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 ...