ghost
Adding Ghost Social Web notes to your website
Starting from Ghost 6, we have "Notes" in addition to posts. Here is a way to show them in your website for public visitors
ghost
Starting from Ghost 6, we have "Notes" in addition to posts. Here is a way to show them in your website for public visitors
docker
I use official Docker image of Ghost to deploy my Ghost websites. I use docker swarm for orchestration and I need to have a healtcheck to have zero-downtime upgrades. Common way of doing this using curl to make a request to a convenient URL to check if Ghost is running,
docker
I'm playing with Ghost for a while to host many websites as easy as possible. I'm a fan of Docker Swarm to manage a production environment that I can host many projects in an easy way. (For more details how to do that, you can check