From 148f6ee4ffcd7afbf6f019da625713385999d881 Mon Sep 17 00:00:00 2001 From: <> Date: Tue, 20 Jun 2023 14:03:03 +0000 Subject: [PATCH] Deployed 466c003a with MkDocs version: 1.4.3 --- images/docker-ldap-auth/index.html | 2 +- search/search_index.json | 2 +- sitemap.xml | 440 ++++++++++++++--------------- sitemap.xml.gz | Bin 1649 -> 1648 bytes 4 files changed, 222 insertions(+), 222 deletions(-) diff --git a/images/docker-ldap-auth/index.html b/images/docker-ldap-auth/index.html index 7808dddde5..bf5eee80cf 100644 --- a/images/docker-ldap-auth/index.html +++ b/images/docker-ldap-auth/index.html @@ -22,4 +22,4 @@ --restart unless-stopped \ lscr.io/linuxserver/ldap-auth:latest
Docker images are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate <external>:<internal>
respectively. For example, -p 8080:80
would expose port 80
from inside the container to be accessible from the host's IP on port 8080
outside the container.
-p
)Parameter | Function |
---|---|
8888 | the port for ldap auth daemon |
9000 | the port for ldap login page |
-e
)Env | Function |
---|---|
FERNETKEY= | Optionally define a custom valid fernet key (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications) |
CERTFILE= | Optionally point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon |
KEYFILE= | Optionally point this to the private key file, matching the certificate file referred to in CERTFILE |
-v
)Volume | Function |
---|---|
Parameter | Function |
---|---|
You can set any environment variable from a file by using a special prepend FILE__
.
As an example:
-e FILE__PASSWORD=/run/secrets/mysecretpassword
-
Will set the environment variable PASSWORD
based on the contents of the /run/secrets/mysecretpassword
file.
For all of our images we provide the ability to override the default umask settings for services started within the containers using the optional -e UMASK=022
setting. Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up here before asking for support.
We publish various Docker Mods to enable additional functionality within the containers. The list of Mods available for this image (if any) as well as universal mods that can be applied to any one of our images can be accessed via the dynamic badges above.
docker exec -it ldap-auth /bin/bash
docker logs -f ldap-auth
docker inspect -f '{{ index .Config.Labels "build_version" }}' ldap-auth
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/ldap-auth:latest
CERTFILE
and KEYFILE
vars./ldaplogin
as well as /login
, to prevent clashes with reverese proxied apps.