From dc4b0f7e50646bc7eae5047b958226a5419dc5b8 Mon Sep 17 00:00:00 2001 From: Klagarge Date: Sat, 11 Apr 2026 10:56:28 +0200 Subject: [PATCH] doc(db): fix typo in doc Put markdown title instead of Typst title syntax --- db/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db/README.md b/db/README.md index 8506d6c..3e52a95 100644 --- a/db/README.md +++ b/db/README.md @@ -1,6 +1,6 @@ -= Deployement +# Deployement -1. Create the Influx token offline with a influx3 container: +1. Create the Influx token offline: ```bash echo "apiv3_$(openssl rand -base64 64 | tr -d '+/=')" > secrets/admin-token.txt @@ -18,5 +18,5 @@ cp .env.template .env docker compose up -d ``` -== Traefik +## Traefik A traefik config file is available on [traefik.yml](./traefik.yml). It can be used with an OIDC provider ([Authentik](https://github.com/goauthentik/authentik) in our case) to control access to the database explorer.