Readd the normal markdown tags for proper formatting

This commit is contained in:
RealStickman 2023-06-02 17:38:46 +02:00
parent 61a7ea3599
commit f0b015fa86

View File

@ -89,6 +89,7 @@ podman run --name authentik_server \
### Application Worker ### Application Worker
[shroot] [shroot]
```sh
podman run --name authentik_worker \ podman run --name authentik_worker \
-e PG_PASS={RANDOM PASS} \ -e PG_PASS={RANDOM PASS} \
-e AUTHENTIK_SECRET_KEY={RANDOM SECRET} \ -e AUTHENTIK_SECRET_KEY={RANDOM SECRET} \
@ -118,6 +119,7 @@ podman run --name authentik_worker \
--pod pod_authentik \ --pod pod_authentik \
-d ghcr.io/goauthentik/server:2023.2 \ -d ghcr.io/goauthentik/server:2023.2 \
worker worker
```
[/shroot] [/shroot]
### Nginx ### Nginx
@ -182,7 +184,7 @@ The default user is called `akadmin`
Manual deployment of outposts is necessary, if no integration for kubernetes or docker is provided to authentik. Manual deployment of outposts is necessary, if no integration for kubernetes or docker is provided to authentik.
Outposts are available as OCI-containers and can be deployed like any other container. Outposts are available as OCI-containers and can be deployed like any other container.
https://goauthentik.io/docs/outposts/manual-deploy-docker-compose > [https://goauthentik.io/docs/outposts/manual-deploy-docker-compose](https://goauthentik.io/docs/outposts/manual-deploy-docker-compose)
[shroot] [shroot]
podman run --name authentik_ldap -p 389:3389 -p 636:6636 \ podman run --name authentik_ldap -p 389:3389 -p 636:6636 \