From ec0f206a0cbf9fcde7fc8b41cbbe26d3c64d5688 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 10 May 2024 13:51:35 -0700 Subject: [PATCH] Updated Setting up Authentication (markdown) --- Setting-up-Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index 98bb5c9..2c69772 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -80,7 +80,7 @@ LOGOUT_REDIRECT_URL=https://auth.yourcompany.example.com/after/logout > Can be used with an SSO provider like [Authentik](https://github.com/goauthentik/authentik), [Authelia](https://github.com/authelia/authelia), [Okta / Auth0](https://www.okta.com/), [Keycloak](https://www.keycloak.org/), and others. -First, `pip`-install the `ldap` add-on to use this feature (not needed if using Docker). +First, `pip`-install the `ldap` add-on to use this feature (not needed for Docker Archivebox). ```bash pip install archivebox[ldap] ```