From 8b39f6b8599962d34c595e98e8aedecd647eb677 Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Mon, 4 Mar 2019 11:34:14 +0900 Subject: [PATCH] Update README.md Added link to the accompanying blog post --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac11704..c877a58 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Ghost, Matomo, MariaDB and Traefik with SSL stack for personal blogs +Please check out [my blog post for more information on this stack and how to use it](https://davejansen.com/ghost-matomo-mariadb-and-traefik-with-ssl-stack/). + I have created a basic docker stack for using [Ghost](https://ghost.org), [Matomo](https://matomo.org), [MariaDB](https://mariadb.org) and [Traefik](https://traefik.io) for easyy deployment. The stack assumes you'll want everything behind HTTPS using Traefik's built-in Let's Encrypt functionality. I created this stack as I couldn't find one already out there that was fully ready to go. I found ones that had part of this setup, but nothing that had all four of the key features I wanted; Ghost, Matomo, SSL and one shared DB. @@ -67,4 +69,4 @@ Ghost's `content` folder is linked to here, and will be where you can find your ## Closing notes -I hope this stack might help someone else in setting up their (personal) blog with self-hosted analytics. This way you can quickly get started, have SSL out of the box, and use Matomo's great analytics features to better understand who or what visits your site, without shipping off boatloads of personal data to some other company. I would love to hear your thoughts on this stack and if you have improvements, I very much appreciate enhancements. Sharing is caring! \ No newline at end of file +I hope this stack might help someone else in setting up their (personal) blog with self-hosted analytics. This way you can quickly get started, have SSL out of the box, and use Matomo's great analytics features to better understand who or what visits your site, without shipping off boatloads of personal data to some other company. I would love to hear your thoughts on this stack and if you have improvements, I very much appreciate enhancements. Sharing is caring!