From 7d64ec5066488af0850ea4e73f2b5a8d9c62d075 Mon Sep 17 00:00:00 2001 From: Andre Mainka Date: Wed, 19 Apr 2023 12:29:27 +0200 Subject: [PATCH] website/docs: minor outpost adaptions (#5308) * update configuration link * Update Outposts list * fix formatting Signed-off-by: Jens Langhammer --------- Signed-off-by: Jens Langhammer Co-authored-by: Jens Langhammer --- website/docs/outposts/index.mdx | 6 +++++- website/docs/outposts/integrations/docker.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/website/docs/outposts/index.mdx b/website/docs/outposts/index.mdx index 4a22d6369..bd3d7744c 100644 --- a/website/docs/outposts/index.mdx +++ b/website/docs/outposts/index.mdx @@ -2,7 +2,11 @@ title: Overview --- -An outpost is a single deployment of an authentik component, which can be deployed in a completely separate environment. Currently, Proxy Provider and LDAP are supported as outposts. +An outpost is a single deployment of an authentik component, which can be deployed in a completely separate environment: + +- [LDAP Provider](../providers/ldap/index.md) +- [Proxy Provider](../providers/proxy/index.md) +- [RADIUS Provider](../providers/radius/index.md) ![](outposts.png) diff --git a/website/docs/outposts/integrations/docker.md b/website/docs/outposts/integrations/docker.md index bf50af856..127d9b446 100644 --- a/website/docs/outposts/integrations/docker.md +++ b/website/docs/outposts/integrations/docker.md @@ -9,7 +9,7 @@ This integration has the advantage over manual deployments of automatic updates The following outpost settings are used: - `object_naming_template`: Configures how the container is called -- `container_image`: Optionally overwrites the standard container image (see [Configuration](../../installation/configuration.md) to configure the global default) +- `container_image`: Optionally overwrites the standard container image (see [Configuration](../../installation/configuration.md#authentik_outposts) to configure the global default) - `docker_network`: The Docker network the container should be added to. This needs to be modified if you plan to connect to authentik using the internal hostname. - `docker_map_ports`: Enable/disable the mapping of ports. When using a proxy outpost with Traefik for example, you might not want to bind ports as they are routed through Traefik. - `docker_labels`: Optional additional labels that can be applied to the container.