kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
9fb5d79daf
commit
dbd3e51585
|
@ -38,6 +38,8 @@ docker create \
|
||||||
--name=ldap-auth \
|
--name=ldap-auth \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-e FERNETKEY= `#optional` \
|
-e FERNETKEY= `#optional` \
|
||||||
|
-e CERTFILE= `#optional` \
|
||||||
|
-e KEYFILE= `#optional` \
|
||||||
-p 8888:8888 \
|
-p 8888:8888 \
|
||||||
-p 9000:9000 \
|
-p 9000:9000 \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
|
@ -59,6 +61,8 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
- FERNETKEY= #optional
|
- FERNETKEY= #optional
|
||||||
|
- CERTFILE= #optional
|
||||||
|
- KEYFILE= #optional
|
||||||
ports:
|
ports:
|
||||||
- 8888:8888
|
- 8888:8888
|
||||||
- 9000:9000
|
- 9000:9000
|
||||||
|
@ -83,6 +87,8 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London |
|
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London |
|
||||||
| `FERNETKEY=` | Optionally define a custom fernet key, has to be base64-encoded 32-byte (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications) |
|
| `FERNETKEY=` | Optionally define a custom fernet key, has to be base64-encoded 32-byte (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications) |
|
||||||
|
| `CERTFILE=` | Point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon |
|
||||||
|
| `KEYFILE=` | Point this to the private key file, matching the certificate file referred to in CERTFILE |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -136,6 +142,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **27.07.20:** - Add support for HTTP over SSL (HTTPS).
|
||||||
* **21.07.20:** - Add support for optional user defined fernet key.
|
* **21.07.20:** - Add support for optional user defined fernet key.
|
||||||
* **02.06.20:** - Rebasing to alpine 3.12, serve login page at `/ldaplogin` as well as `/login`, to prevent clashes with reverese proxied apps.
|
* **02.06.20:** - Rebasing to alpine 3.12, serve login page at `/ldaplogin` as well as `/login`, to prevent clashes with reverese proxied apps.
|
||||||
* **17.05.20:** - Add support for self-signed CA certs.
|
* **17.05.20:** - Add support for self-signed CA certs.
|
||||||
|
|
Ładowanie…
Reference in New Issue