Skip to content

Commit 12897f8

Browse files
authored
Create readme-vars.yml
1 parent 68e5dc2 commit 12897f8

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

readme-vars.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
3+
# project information
4+
project_name: ldap-auth
5+
project_url: "https://github.com/nginxinc/nginx-ldap-auth"
6+
project_logo: "https://jumpcloud.com/wp-content/uploads/2016/12/LDAP_Logo-1420591101.jpg"
7+
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)."
8+
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
9+
10+
# supported architectures
11+
available_architectures:
12+
- { arch: "{{ arch_x86_64 }}", tag: "tbc"}
13+
- { arch: "{{ arch_arm64 }}", tag: "tbc"}
14+
- { arch: "{{ arch_armhf }}", tag: "tbc"}
15+
16+
# container parameters
17+
param_container_name: "{{ project_name }}"
18+
param_usage_include_vols: false
19+
param_volumes:
20+
param_usage_include_ports: true
21+
param_ports:
22+
- { external_port: "8888", internal_port: "8888", port_desc: "the port for ldap auth daemon" }
23+
- { external_port: "9000", internal_port: "9000", port_desc: "the port for ldap login page" }
24+
25+
# application setup block
26+
app_setup_block_enabled: true
27+
app_setup_block: |
28+
- This container itself does not have any settings and it relies on the pertinent information passed through in http headers of incoming requests. Make sure that your webserver is set up with the right config.
29+
- Here's a sample config: [nginx-ldap-auth.conf](https://github.com/nginxinc/nginx-ldap-auth/blob/master/nginx-ldap-auth.conf)
30+
- Wait 10 minutes.
31+
32+
# changelog
33+
changelogs:
34+
- { date: "11.08.18:", desc: "Initial release." }

0 commit comments

Comments
 (0)