Skip to content

Commit bd46323

Browse files
authored
Merge pull request #48 from linuxserver/readme
readme tweaks
2 parents 936874f + b50a7ea commit bd46323

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Find us at:
4242

4343
[Ldap-auth](https://github.com/nginxinc/nginx-ldap-auth) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user’s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012).
4444

45-
[![ldap-auth](https://jumpcloud.com/wp-content/uploads/2016/12/LDAP_Logo-1420591101.jpg)](https://github.com/nginxinc/nginx-ldap-auth)
45+
[![ldap-auth](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ldap-auth-logo.png)](https://github.com/nginxinc/nginx-ldap-auth)
4646

4747
## Supported Architectures
4848

@@ -111,9 +111,9 @@ Container images are configured using parameters passed at runtime (such as thos
111111
| :----: | --- |
112112
| `-p 8888` | the port for ldap auth daemon |
113113
| `-p 9000` | the port for ldap login page |
114-
| `-e 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) |
115-
| `-e CERTFILE=` | Point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon |
116-
| `-e KEYFILE=` | Point this to the private key file, matching the certificate file referred to in CERTFILE |
114+
| `-e FERNETKEY=` | Optionally define a custom valid fernet key (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications) |
115+
| `-e CERTFILE=` | Optionally point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon |
116+
| `-e KEYFILE=` | Optionally point this to the private key file, matching the certificate file referred to in CERTFILE |
117117

118118
## Environment variables from files (Docker secrets)
119119

@@ -211,7 +211,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
211211

212212
## Versions
213213

214-
* **19.09.22:** - Rebase to alpine 3.17.
214+
* **30.12.22:** - Rebase to alpine 3.17.
215215
* **19.09.22:** - Rebase to alpine 3.15.
216216
* **14.05.21:** - Add linuxserver wheel index.
217217
* **12.02.21:** - Clean up cargo/rust cache.

readme-vars.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# project information
44
project_name: ldap-auth
55
project_url: "https://github.com/nginxinc/nginx-ldap-auth"
6-
project_logo: "https://jumpcloud.com/wp-content/uploads/2016/12/LDAP_Logo-1420591101.jpg"
6+
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ldap-auth-logo.png"
77
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user’s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012)."
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
99

@@ -29,9 +29,9 @@ param_env_vars:
2929
# optional container parameters
3030
opt_param_usage_include_env: true
3131
opt_param_env_vars:
32-
- { env_var: "FERNETKEY", env_value: "", desc: "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)" }
33-
- { env_var: "CERTFILE", env_value: "", desc: "Point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon" }
34-
- { env_var: "KEYFILE", env_value: "", desc: "Point this to the private key file, matching the certificate file referred to in CERTFILE" }
32+
- { env_var: "FERNETKEY", env_value: "", desc: "Optionally define a custom valid fernet key (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications)" }
33+
- { env_var: "CERTFILE", env_value: "", desc: "Optionally point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon" }
34+
- { env_var: "KEYFILE", env_value: "", desc: "Optionally point this to the private key file, matching the certificate file referred to in CERTFILE" }
3535

3636
# application setup block
3737
app_setup_block_enabled: true
@@ -43,7 +43,7 @@ app_setup_block: |
4343
4444
# changelog
4545
changelogs:
46-
- { date: "19.09.22:", desc: "Rebase to alpine 3.17." }
46+
- { date: "30.12.22:", desc: "Rebase to alpine 3.17." }
4747
- { date: "19.09.22:", desc: "Rebase to alpine 3.15." }
4848
- { date: "14.05.21:", desc: "Add linuxserver wheel index." }
4949
- { date: "12.02.21:", desc: "Clean up cargo/rust cache." }

0 commit comments

Comments
 (0)