Add markdown codeblocks again

This commit is contained in:
RealStickman 2023-06-02 17:51:04 +02:00
parent d7fa633734
commit 6438fbbf39

View File

@ -59,6 +59,7 @@ https://goauthentik.io/docs/installation/docker-compose
Generate `PG_PASS` and `AUTHENTIK_SECRET_KEY` using `openssl rand -base64 40`
[shroot]
```sh
podman run --name authentik_server \
-e PG_PASS={RANDOM PASS} \
-e AUTHENTIK_SECRET_KEY={RANDOM SECRET} \
@ -86,6 +87,7 @@ podman run --name authentik_server \
--pod pod_authentik \
-d ghcr.io/goauthentik/server:2023.2 \
server
```
[/shroot]
### Application Worker
@ -189,9 +191,11 @@ Outposts are available as OCI-containers and can be deployed like any other cont
> [https://goauthentik.io/docs/outposts/manual-deploy-docker-compose](https://goauthentik.io/docs/outposts/manual-deploy-docker-compose)
[shroot]
```sh
podman run --name authentik_ldap -p 389:3389 -p 636:6636 \
-e AUTHENTIK_HOST=https://{AUTHENTIK URL} \
-e AUTHENTIK_INSECURE=false \
-e AUTHENTIK_TOKEN={GENERATED TOKEN} \
-d ghcr.io/goauthentik/ldap:2023.2
```
[/shroot]