(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2023-06-02 15:39:26 +02:00 committed by GitSync
parent 04259851a5
commit b9f88144e0

View File

@ -42,13 +42,13 @@ podman run --name authentik_db \
### Redis
[prism classes="language-sh command-line" cl-prompt="#" cl-continuation="\\"]
[shroot]
podman run --name authentik_redis \
-v /mnt/authentik_redis:/data \
--pod pod_authentik \
-d docker.io/redis:7 \
redis-server --save 60 1 --loglevel warning
[/prism]
[/shroot]
### Application Server
@ -56,7 +56,7 @@ https://goauthentik.io/docs/installation/docker-compose
Generate `PG_PASS` and `AUTHENTIK_SECRET_KEY` using `openssl rand -base64 40`
[prism classes="language-sh command-line" cl-prompt="#" cl-continuation="\\"]
[shroot]
podman run --name authentik_server \
-e PG_PASS={RANDOM PASS} \
-e AUTHENTIK_SECRET_KEY={RANDOM SECRET} \
@ -84,11 +84,11 @@ podman run --name authentik_server \
--pod pod_authentik \
-d ghcr.io/goauthentik/server:2023.2 \
server
[/prism]
[/shroot]
### Application Worker
[prism classes="language-sh command-line" cl-prompt="#" cl-continuation="\\"]
[shroot]
podman run --name authentik_worker \
-e PG_PASS={RANDOM PASS} \
-e AUTHENTIK_SECRET_KEY={RANDOM SECRET} \
@ -118,7 +118,7 @@ podman run --name authentik_worker \
--pod pod_authentik \
-d ghcr.io/goauthentik/server:2023.2 \
worker
[/prism]
[/shroot]
### Nginx
@ -184,10 +184,10 @@ Outposts are available as OCI-containers and can be deployed like any other cont
https://goauthentik.io/docs/outposts/manual-deploy-docker-compose
[prism classes="language-sh command-line" cl-prompt="#" cl-continuation="\\"]
[shroot]
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
[/prism]
[/shroot]