(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
04259851a5
commit
b9f88144e0
@ -42,13 +42,13 @@ podman run --name authentik_db \
|
|||||||
|
|
||||||
### Redis
|
### Redis
|
||||||
|
|
||||||
[prism classes="language-sh command-line" cl-prompt="#" cl-continuation="\\"]
|
[shroot]
|
||||||
podman run --name authentik_redis \
|
podman run --name authentik_redis \
|
||||||
-v /mnt/authentik_redis:/data \
|
-v /mnt/authentik_redis:/data \
|
||||||
--pod pod_authentik \
|
--pod pod_authentik \
|
||||||
-d docker.io/redis:7 \
|
-d docker.io/redis:7 \
|
||||||
redis-server --save 60 1 --loglevel warning
|
redis-server --save 60 1 --loglevel warning
|
||||||
[/prism]
|
[/shroot]
|
||||||
|
|
||||||
### Application Server
|
### 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`
|
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 \
|
podman run --name authentik_server \
|
||||||
-e PG_PASS={RANDOM PASS} \
|
-e PG_PASS={RANDOM PASS} \
|
||||||
-e AUTHENTIK_SECRET_KEY={RANDOM SECRET} \
|
-e AUTHENTIK_SECRET_KEY={RANDOM SECRET} \
|
||||||
@ -84,11 +84,11 @@ podman run --name authentik_server \
|
|||||||
--pod pod_authentik \
|
--pod pod_authentik \
|
||||||
-d ghcr.io/goauthentik/server:2023.2 \
|
-d ghcr.io/goauthentik/server:2023.2 \
|
||||||
server
|
server
|
||||||
[/prism]
|
[/shroot]
|
||||||
|
|
||||||
### Application Worker
|
### Application Worker
|
||||||
|
|
||||||
[prism classes="language-sh command-line" cl-prompt="#" cl-continuation="\\"]
|
[shroot]
|
||||||
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,7 +118,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
|
||||||
[/prism]
|
[/shroot]
|
||||||
|
|
||||||
### Nginx
|
### 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
|
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 \
|
podman run --name authentik_ldap -p 389:3389 -p 636:6636 \
|
||||||
-e AUTHENTIK_HOST=https://{AUTHENTIK URL} \
|
-e AUTHENTIK_HOST=https://{AUTHENTIK URL} \
|
||||||
-e AUTHENTIK_INSECURE=false \
|
-e AUTHENTIK_INSECURE=false \
|
||||||
-e AUTHENTIK_TOKEN={GENERATED TOKEN} \
|
-e AUTHENTIK_TOKEN={GENERATED TOKEN} \
|
||||||
-d ghcr.io/goauthentik/ldap:2023.2
|
-d ghcr.io/goauthentik/ldap:2023.2
|
||||||
[/prism]
|
[/shroot]
|
||||||
|
Loading…
Reference in New Issue
Block a user