(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
d41c55f2d7
commit
adc819a2f9
@ -42,13 +42,13 @@ podman run --name authentik_db \
|
||||
|
||||
### Redis
|
||||
|
||||
```sh
|
||||
[prism classes="language-sh command-line" cl-prompt="#" cl-continuation="\\"]
|
||||
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]
|
||||
|
||||
### 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`
|
||||
|
||||
```sh
|
||||
[prism classes="language-sh command-line" cl-prompt="#" cl-continuation="\\"]
|
||||
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]
|
||||
|
||||
### Application Worker
|
||||
|
||||
```sh
|
||||
[prism classes="language-sh command-line" cl-prompt="#" cl-continuation="\\"]
|
||||
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]
|
||||
|
||||
### Nginx
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user