website/docs: cleanup old image names
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
5b3a9e29fb
commit
a3c681cc44
|
@ -20,7 +20,7 @@ Using the `Not configured action`, you can choose what happens when a user does
|
||||||
|
|
||||||
## Passwordless authentication
|
## Passwordless authentication
|
||||||
|
|
||||||
:::
|
:::info
|
||||||
Requires authentik 2021.12.4
|
Requires authentik 2021.12.4
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,6 @@ authentik:
|
||||||
|
|
||||||
Container images can be pulled from the following URLs:
|
Container images can be pulled from the following URLs:
|
||||||
|
|
||||||
- goauthentik.io/server (https://goauthentik.io)
|
|
||||||
- ghcr.io/goauthentik/server (https://ghcr.io)
|
- ghcr.io/goauthentik/server (https://ghcr.io)
|
||||||
|
- goauthentik.io/server (https://goauthentik.io)
|
||||||
- beryju/authentik (https://index.docker.io)
|
- beryju/authentik (https://index.docker.io)
|
||||||
|
|
|
@ -13,7 +13,7 @@ version: "3.5"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
authentik_proxy:
|
authentik_proxy:
|
||||||
image: goauthentik.io/proxy:2021.12.3
|
image: ghcr.io/goauthentik/proxy:stable
|
||||||
# Optionally specify which networks the container should be
|
# Optionally specify which networks the container should be
|
||||||
# might be needed to reach the core authentik server
|
# might be needed to reach the core authentik server
|
||||||
# networks:
|
# networks:
|
||||||
|
@ -40,7 +40,7 @@ version: "3.5"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
authentik_ldap:
|
authentik_ldap:
|
||||||
image: goauthentik.io/ldap:2021.12.3
|
image: ghcr.io/goauthentik/ldap:stable
|
||||||
# Optionally specify which networks the container should be
|
# Optionally specify which networks the container should be
|
||||||
# might be needed to reach the core authentik server
|
# might be needed to reach the core authentik server
|
||||||
# networks:
|
# networks:
|
||||||
|
|
|
@ -88,7 +88,7 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: authentik_host_insecure
|
key: authentik_host_insecure
|
||||||
name: authentik-outpost-api
|
name: authentik-outpost-api
|
||||||
image: goauthentik.io/proxy:2021.12.3
|
image: ghcr.io/goauthentik/proxy:stable
|
||||||
name: proxy
|
name: proxy
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9000
|
- containerPort: 9000
|
||||||
|
|
|
@ -16,7 +16,7 @@ services:
|
||||||
- "--entrypoints.web.address=:80"
|
- "--entrypoints.web.address=:80"
|
||||||
|
|
||||||
authentik-proxy:
|
authentik-proxy:
|
||||||
image: goauthentik.io/proxy:latest
|
image: ghcr.io/goauthentik/proxy:stable
|
||||||
ports:
|
ports:
|
||||||
- 9000:9000
|
- 9000:9000
|
||||||
- 9443:9443
|
- 9443:9443
|
||||||
|
|
Reference in New Issue