Vinaycloud-community.hashnode.dev·Nov 3, 2023Deploying Ghost CMS on AWS Lambda: A Step-by-Step GuideHosting Ghost CMS using AWS Fargate: 1. Create a Docker Container for Ghost: Ghost official provides a Docker image. If the default configuration isn’t suitable, you can create a custom Dockerfile, extending the Ghost official image.https://hub.docke...Discussaws lambda
Snehasish Nayakasksnehasish.hashnode.dev·Jul 16, 2023Automating the Migration of Your Ghost Publication to Medium with Node.js and PythonAre you looking to switch your blogging platform from Ghost Publication to Medium? If so, you probably want to import all of your existing articles over. But doing this manually can be quite a pain, especially if you have a large number of posts. In ...Discuss·58 readsToolsghost platform
Birnadin Erickhn.methebe.com·Mar 22, 2023Day 27: Filling the Gap IITLDR; I voluntarily built a website for my school and I am documenting the journey in 2 parts as this is 21 days of work. In this blog, I spent time explaining how I integrated the ghost project, what I did to overcome ghost's self-pointing assets an...DiscussRegular Expressions
T-Rektthao.pw·Jan 25, 2023Simplifying Blog migration with Automation: Ghost to HashnodeMotivation Recently I've been upset about hosted Ghost blogging platform for the following reasons: It was too expensive. Last year, I paid $300 for Ghost "Creator" plan just to be able to change the theme of my blog. It has no downgrade option. ...Discuss·22 likes·1.4K readsautomation
Jesbinjesbin.hashnode.dev·Sep 3, 2022Getting started with self-hostingYet another tutorial on self-hosting :-( I suppose this is a new beginning. I have been looking into self-hosting for quite some time and have tried some applications mainly on my Pi. Each time I configure something, the only problem is it doesn't l...Discuss·304 readsself-hosted
lonusblog.lonusu.com·Jul 9, 2022How To Install And Host Ghost With Cloudflare Argo Tunnel.Overview You are here for a reason You want to self-host your own site, but you don't have a public IP and you can't pay your ISP for one because you're poor. Requirements: NodeJS (v16x) NGINX Ubuntu 20.04 MySQL Cloudflare account. Domain nam...Discuss·62 readscloudflare
Olaoluwa Salamiclouddatablog.hashnode.dev·Apr 11, 2022How to Deploy Self-Hosted Ghost on GCP Compute Engine on Free tierThere were many good options out there that require little or no technical know-how to spin up, but as a Cloud engineer, I got more pumped deploying Self-host Ghost on a GCP Compute VM. I'll be taking you through the process I followed to be able...Discuss·76 readsghost platform
Al Wildealwilde.com·May 8, 2020Deploying Ghost in Docker with S3Deploying Ghost in Docker with S3 Ghost is an excellent blogging platform and Docker is an excellent way to deploy it. But Docker is not conducive to installing npm plugins, such as the S3 storage adapter for Ghost. I'll show you how you can set up S...Discuss·141 readshosting