From 78bf7d38d9f1fcd1d4e9d850528c0f622d9255fd Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Tue, 2 Mar 2021 18:27:52 +0200 Subject: [PATCH] Tweak secret names in packaging how-to --- docs/package.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/package.md b/docs/package.md index c55246b0..c7e98de4 100644 --- a/docs/package.md +++ b/docs/package.md @@ -36,10 +36,8 @@ TYPE=matomo DOMAIN=matomo.example.com LETS_ENCRYPT_ENV=production -DB_PASSWORD_VERSION=v1 -DB_ROOT_PASSWORD_VERSION=v1 +SECRET_DB_PASSWORD_VERSION=v1 +SECRET_DB_ROOT_PASSWORD_VERSION=v1 ``` -TODO. - Then, open the `DOMAIN` you configured (you might need to wait a while for Traefik to generate SSL certificates) to finish the set-up. Luckily, this container is (mostly) configurable via environment variables -- if we want to auto-generate the configuration we can use a `config` and / or a custom `entrypoint` (see [`coop-cloud/mediawiki`](https://git.autonomic.zone/coop-cloud/mediawiki) for examples of both).