From 3e98e50983fa97974515df1d38f94fe9ce358702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loraine=20Gu=C3=A9guen?= <loraine-gueguen@users.noreply.github.com> Date: Tue, 1 Jun 2021 16:15:56 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f726ee6..143f33f 100755 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ and a [swarm](https://docs.docker.com/engine/swarm/swarm-tutorial) (for cluster ## Reverse proxy and authentication -Traefik is a reverse proxy which allows to direct HTTP traffic to various Docker Swarm services. +[Traefik](https://doc.traefik.io/traefik/) is a reverse proxy which allows to direct HTTP traffic to various Docker Swarm services. The Traefik dashboard is deployed at [https://hostname/traefik/](https://hostname/traefik/) -Authelia is an authentication agent, which can be plugged to an LDAP server, and that Traefik can used to check permissions to access services. +[Authelia](https://www.authelia.com/docs/) is an authentication agent, which can be plugged to an LDAP server, and that Traefik can used to check permissions to access services. The authentication layer is optional. If used, the config file needs the variables `https_port`, `authentication_domain_name`, `authelia_config_path`, `authelia_secrets_env_path`, `authelia_db_postgres_password`. Authelia is accessed automatically by Traefik to check permissions everytime someones wants to access a page. -- GitLab