s/creekorful.com/creekorful.org/g

This commit is contained in:
Aloïs Micard 2021-07-20 09:40:10 +02:00
parent bc82656c3d
commit f03ee5291d
4 changed files with 7 additions and 7 deletions

View file

@ -35,7 +35,7 @@ So, what was your favorite time this year?
# Resolutions # 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. about this.
Out of the 4 big resolutions I have undertaken, **3** of them has been accomplished, so I'm pretty happy about it! Out of the 4 big resolutions I have undertaken, **3** of them has been accomplished, so I'm pretty happy about it!

View file

@ -10,7 +10,7 @@ description = ""
showFullContent = false 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), 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... blog server (running [Ghost](https://ghost.org/)), logs collector ([Graylog](https://www.graylog.org/)), etc...

View file

@ -11,13 +11,13 @@ showFullContent = false
+++ +++
This article is part of a series about Docker Swarm. For the first article please 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 On this short tutorial you'll learn how to deploy securely the Traefik built-in dashboard with HTTPS support and basic
authentication system. authentication system.
This article assume that you have a working Docker Swarm cluster with Traefik running with HTTPS support. If not you can 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 ## Enable the Dashboard and the API
Let's take the final docker compose file from 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 ```yaml
version: '3' 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 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 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 ```yaml
- "traefik.http.routers.traefik.service=api@internal" - "traefik.http.routers.traefik.service=api@internal"

View file

@ -10,7 +10,7 @@ description = ""
showFullContent = false 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 # Referral program failure