doc(db): fix typo in doc

Put markdown title instead of Typst title syntax
This commit is contained in:
2026-04-11 10:56:28 +02:00
parent 680cce64f1
commit dc4b0f7e50

View File

@@ -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.