aboutsummaryrefslogtreecommitdiff
path: root/content/docs/adyxax.org/miniflux/install.md
diff options
context:
space:
mode:
authorJulien Dessaux2021-10-07 18:37:31 +0200
committerJulien Dessaux2021-10-07 18:48:03 +0200
commit4bcf732bca46fce2b0a2ea7c998761f776bffa78 (patch)
tree343bf3a2e135b7680d6c07c4c645c9a8b38c0194 /content/docs/adyxax.org/miniflux/install.md
parentAdded oom blog article (diff)
downloadwww-4bcf732bca46fce2b0a2ea7c998761f776bffa78.tar.gz
www-4bcf732bca46fce2b0a2ea7c998761f776bffa78.tar.bz2
www-4bcf732bca46fce2b0a2ea7c998761f776bffa78.zip
Turned the miniflux setup documentation into a blog article
Diffstat (limited to '')
-rw-r--r--content/docs/adyxax.org/miniflux/install.md4
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 \