website/docs: minor outpost adaptions (#5308)

* update configuration link

* Update Outposts list

* fix formatting

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Andre Mainka 2023-04-19 12:29:27 +02:00 committed by GitHub
parent ee6edec1d8
commit 7d64ec5066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,11 @@
title: Overview 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) ![](outposts.png)

View File

@ -9,7 +9,7 @@ This integration has the advantage over manual deployments of automatic updates
The following outpost settings are used: The following outpost settings are used:
- `object_naming_template`: Configures how the container is called - `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_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_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. - `docker_labels`: Optional additional labels that can be applied to the container.