Skip to content

Commit

Permalink
Bot Updating Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxServer-CI committed Dec 22, 2024
1 parent 1358f86 commit dcea290
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions docs/images/docker-ldap-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ The architectures supported by this image are:
- Unlike the upstream project, this image encodes the cookie information with fernet, using a randomly generated key during container creation (or optionally user defined).
- Also unlike the upstream project, this image serves the login page at `/ldaplogin` (as well as `/login`) to prevent clashes with reverse proxied apps that may also use `/login` for their internal auth.

## Read-Only Operation

This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).

## Non-Root Operation

This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/).

## Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.
Expand Down Expand Up @@ -118,6 +126,8 @@ Containers are configured using parameters passed at runtime (such as those abov

| Parameter | Function |
| :-----: | --- |
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |

## Environment variables from files (Docker secrets)

Expand Down Expand Up @@ -300,23 +310,19 @@ To help with development, we generate this dependency graph.
init-migrations -> init-adduser
init-os-end -> init-config
init-config -> init-config-end
init-crontab-config -> init-config-end
init-ldap-config -> init-config-end
init-os-end -> init-crontab-config
init-config -> init-crontab-config
init-mods-end -> init-custom-files
base -> init-envfile
init-config -> init-ldap-config
base -> init-migrations
base -> init-mods
init-config-end -> init-mods
init-mods -> init-mods-end
init-mods-package-install -> init-mods-end
init-mods -> init-mods-package-install
base -> init-os-end
init-adduser -> init-os-end
init-envfile -> init-os-end
init-migrations -> init-os-end
init-custom-files -> init-services
init-mods-end -> init-services
init-services -> svc-cron
svc-cron -> legacy-services
init-services -> svc-ldap-app
Expand All @@ -325,13 +331,14 @@ To help with development, we generate this dependency graph.
svc-ldap-daemon -> legacy-services
}
Base Images: {
"baseimage-alpine:3.20"
"baseimage-alpine:3.21"
}
"ldap-auth:latest" <- Base Images
```

## Versions

* **22.12.24:** - Rebase to Alpine 3.21. Add support for read-only and non-root.
* **30.06.24:** - Rebase to Alpine 3.20.
* **23.12.23:** - Rebase to Alpine 3.19.
* **20.06.23:** - Sync upstream changes, including the ability to disable referrals with `X-Ldap-DisableReferrals`.
Expand Down

0 comments on commit dcea290

Please sign in to comment.