Commit Graph

30 Commits (develop)

Author SHA1 Message Date
Roland Gruber 3c7fdca8eb 7.3 3 years ago
Roland Gruber 9394eeeabd fixed unbound variable 3 years ago
Roland Gruber 2e61e2dca9 #96 added option to disable certificate check 3 years ago
Roland Gruber ed28d3b8e7 fix version 3 years ago
Patrick Baumgartner ecdd23e843
Renaming env variables and providing better defaults 3 years ago
Patrick Baumgartner 1081b51fe9
Adding LDAP_GROUPS_DN und LDAP_USERS_DN 3 years ago
Patrick Baumgartner b91333ff12
Allowing to have a DN for users and groups
Users and groups are usually not in the same DN/OU, therefore we need the possibility to adjust them as well via environment variables and still keeping backward compatibility.
3 years ago
Roland Gruber 8e9700d230 7.2 3 years ago
Roland Gruber 8743285719 #93 added missing locales 3 years ago
Roland Gruber df189f69e7 7.2 3 years ago
Roland Gruber 54f6c82cee 7.1 4 years ago
Roland Gruber 799d9b24fc 7.1 4 years ago
Roland Gruber 5f09fe6ebe 7.1 4 years ago
lasat 4d3af3daaa
Add 'expose 80' to Dockerfile
this made usage with seperate network and behind reverse proxies (traefik, nginx) easier
4 years ago
Roland Gruber 286e447553 php-imap 4 years ago
Roland Gruber 3ffefbd821 7.0 4 years ago
Roland Gruber 9136d79751 allow to skip preconfiguration 4 years ago
Roland Gruber 10f6897e7e fixed environment variables 4 years ago
Roland Gruber 54d4bd40c9 added LAM_LANG 4 years ago
Roland Gruber b985110def 7.0.RC1 4 years ago
Roland Gruber 80c97d49c6 typo 4 years ago
Roland Gruber 3054f38d7c documented environment variables, cleanup 4 years ago
Roland Gruber 3d7e2e9c47 copyright 4 years ago
Felix Bartels 75cfafebc9 General Dockerfile improvements & automatic configuration
- add a docker-compose file for easy rebuilds and test deployments
- switch to slim version of base image
- instruct apt to run noninteractive
- maintainer is deprecated in Dockerfile
- reformat packages being installed and add ca-certificates
- reduce layers and size while cleaning up in the indivdual layers
- add proper startup script
- make apache put logs on the console
- add healthcheck
- set lam password at startup
- make more settings configurable through env variables
- add ldap to the example compose file
- predefine DEBUG var
- Upgrade to Debian Buster

Signed-off-by: Felix Bartels <felix@host-consultants.de>
4 years ago
Roland Gruber ac56e61a0f 6.9 4 years ago
Roland Gruber 85ebe6ff04 6.8 4 years ago
Roland Gruber 415d3c11b8 fixed dependency 5 years ago
Roland Gruber 04bd9acc37 6.7 5 years ago
Christian M f0e69fa6a3
keep container running
Hi, using ldapaccountmanager/lam in kubernetes stops running.
I think the same problem will happen starting using docker-compose.
Can you please change the Dockerfile or document on dockerhub.
Here is a config that works:
...
      containers:
        - name: ldap-account-manager
          image: ldapaccountmanager/lam
          command: ["/bin/sh"]
          args: ["-c", "service apache2 start && sleep infinity"]
5 years ago
Roland Gruber 8f14cab65e Dockerfile 5 years ago