From f0b015fa86c4457c61f5d9f230d4a822fbcd4ba3 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 2 Jun 2023 17:38:46 +0200 Subject: [PATCH] Readd the normal markdown tags for proper formatting --- pages/02.linux/authentik/default.en.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/02.linux/authentik/default.en.md b/pages/02.linux/authentik/default.en.md index 6981549..d172fda 100644 --- a/pages/02.linux/authentik/default.en.md +++ b/pages/02.linux/authentik/default.en.md @@ -89,6 +89,7 @@ podman run --name authentik_server \ ### Application Worker [shroot] +```sh podman run --name authentik_worker \ -e PG_PASS={RANDOM PASS} \ -e AUTHENTIK_SECRET_KEY={RANDOM SECRET} \ @@ -118,6 +119,7 @@ podman run --name authentik_worker \ --pod pod_authentik \ -d ghcr.io/goauthentik/server:2023.2 \ worker +``` [/shroot] ### 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. 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] podman run --name authentik_ldap -p 389:3389 -p 636:6636 \