diff options
Diffstat (limited to 'content/docs/adyxax.org/miniflux/install.md')
-rw-r--r-- | content/docs/adyxax.org/miniflux/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |