From f03ee5291d601e164b8789ed25da08b57302458b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Tue, 20 Jul 2021 09:40:10 +0200 Subject: [PATCH] s/creekorful.com/creekorful.org/g --- content/posts/another-year-has-gone-by.md | 2 +- content/posts/going-serverless.md | 2 +- ...to-expose-traefik-2-dashboard-securely-docker-swarm.md | 8 ++++---- ...ing-product-is-not-even-half-of-the-path-to-success.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/posts/another-year-has-gone-by.md b/content/posts/another-year-has-gone-by.md index b2a9a92..1a9aee8 100644 --- a/content/posts/another-year-has-gone-by.md +++ b/content/posts/another-year-has-gone-by.md @@ -35,7 +35,7 @@ So, what was your favorite time this year? # Resolutions -For those who remember I'm always trying to set some goals for the year. I've written a [blog post](https://blog.creekorful.com/2020/01/taking-new-year-resolutions-seriously/) last year +For those who remember I'm always trying to set some goals for the year. I've written a [blog post](https://blog.creekorful.org/2020/01/taking-new-year-resolutions-seriously/) last year about this. Out of the 4 big resolutions I have undertaken, **3** of them has been accomplished, so I'm pretty happy about it! diff --git a/content/posts/going-serverless.md b/content/posts/going-serverless.md index 695affb..d87ba34 100644 --- a/content/posts/going-serverless.md +++ b/content/posts/going-serverless.md @@ -10,7 +10,7 @@ description = "" showFullContent = false +++ -I used to manage a dozen VPS since many years: Zabbix, Gitlab/Gitlab CI, [private docker registry](https://blog.creekorful.com/2020/01/harbor-private-docker-registry/), +I used to manage a dozen VPS since many years: Zabbix, Gitlab/Gitlab CI, [private docker registry](https://blog.creekorful.org/2020/01/harbor-private-docker-registry/), production environment (3 nodes docker swarm cluster), database server (MariaDB & MongoDB), blog server (running [Ghost](https://ghost.org/)), logs collector ([Graylog](https://www.graylog.org/)), etc... diff --git a/content/posts/how-to-expose-traefik-2-dashboard-securely-docker-swarm.md b/content/posts/how-to-expose-traefik-2-dashboard-securely-docker-swarm.md index 0bba22a..8ddc712 100644 --- a/content/posts/how-to-expose-traefik-2-dashboard-securely-docker-swarm.md +++ b/content/posts/how-to-expose-traefik-2-dashboard-securely-docker-swarm.md @@ -11,13 +11,13 @@ showFullContent = false +++ This article is part of a series about Docker Swarm. For the first article please -check [here](https://blog.creekorful.com/how-to-install-traefik-2-docker-swarm/). +check [here](https://blog.creekorful.org/how-to-install-traefik-2-docker-swarm/). On this short tutorial you'll learn how to deploy securely the Traefik built-in dashboard with HTTPS support and basic authentication system. This article assume that you have a working Docker Swarm cluster with Traefik running with HTTPS support. If not you can -following [this article](https://blog.creekorful.com/how-to-install-traefik-2-docker-swarm/) to get started. +following [this article](https://blog.creekorful.org/how-to-install-traefik-2-docker-swarm/) to get started. ------ @@ -31,7 +31,7 @@ view configured entrypoints, existing routers, services, ... ## Enable the Dashboard and the API Let's take the final docker compose file from -the [first tutorial](https://blog.creekorful.com/how-to-install-traefik-2-docker-swarm/) and add some instructions: +the [first tutorial](https://blog.creekorful.org/how-to-install-traefik-2-docker-swarm/) and add some instructions: ```yaml version: '3' @@ -163,7 +163,7 @@ networks: Configure the exposure of the Traefik dashboard on the **traefik-ui.local** domain name, using the websecure entrypoint with the letsencryptresolver. If you want more information about how to configure these, just check -my [first blog post about Traefik](https://blog.creekorful.com/how-to-install-traefik-2-docker-swarm/). +my [first blog post about Traefik](https://blog.creekorful.org/how-to-install-traefik-2-docker-swarm/). ```yaml - "traefik.http.routers.traefik.service=api@internal" diff --git a/content/posts/making-product-is-not-even-half-of-the-path-to-success.md b/content/posts/making-product-is-not-even-half-of-the-path-to-success.md index 26d74bb..c148c9d 100644 --- a/content/posts/making-product-is-not-even-half-of-the-path-to-success.md +++ b/content/posts/making-product-is-not-even-half-of-the-path-to-success.md @@ -10,7 +10,7 @@ description = "" showFullContent = false +++ -As you may already know, I have launched, with a Friend, [an Android application](https://blog.creekorful.com/pimp-your-phone-like-never-before/) to customize phone wallpapers randomly. The development of the app itself only took us 2 months and was quite fun. The release was really exciting and the first feedback from real users was encouraging. However, things didn't go as planned... +As you may already know, I have launched, with a Friend, [an Android application](https://blog.creekorful.org/pimp-your-phone-like-never-before/) to customize phone wallpapers randomly. The development of the app itself only took us 2 months and was quite fun. The release was really exciting and the first feedback from real users was encouraging. However, things didn't go as planned... # Referral program failure