From 4bcf732bca46fce2b0a2ea7c998761f776bffa78 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 7 Oct 2021 18:37:31 +0200 Subject: Turned the miniflux setup documentation into a blog article --- content/docs/adyxax.org/miniflux/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/docs/adyxax.org/miniflux/install.md') diff --git a/content/docs/adyxax.org/miniflux/install.md b/content/docs/adyxax.org/miniflux/install.md index 1863c8c..d374c8c 100644 --- a/content/docs/adyxax.org/miniflux/install.md +++ b/content/docs/adyxax.org/miniflux/install.md @@ -40,7 +40,7 @@ Then in the psql shell : ## Kubernetes manifests in terraform -This app is part of an experiment of mine to migrate stuff from traditional hosting to kubernetes. I first wrote manifests by hand then imported them with terraform. I do not like it annd find it too complex/overkill but that is managed this way for now. +This app is part of an experiment of mine to migrate stuff from traditional hosting to kubernetes. I first wrote manifests by hand then imported them with terraform. I do not like it and find it too complex/overkill but that is managed this way for now. ### DNS CNAME @@ -266,7 +266,7 @@ resource "kubernetes_manifest" "myth-ingress-miniflux" { ### Certificate -For now I do not manage my certificates with terraform but manually. Once every three months I run : +For now I do not manage my certificates with terraform but manually. Once every two months I run : ```sh acme.sh --config-home "$HOME/.acme.sh" --server letsencrypt --dns dns_cf --issue -d adyxax.org -d *.adyxax.org --force kubectl -n miniflux create secret tls wildcard-adyxax-org --cert=$HOME/.acme.sh/adyxax.org/fullchain.cer \ -- cgit v1.2.3