The ipv6.work project
Other changes:
- Introduce logging
- Introduce .env config parameters
- LDAP_SEARCH_BASE: The base used in the LDAP search to find uid
- IPV6_WORK_USER_GROUP: The LDAP group to which the newly added
user should belong to
|
||
|---|---|---|
| ipv6work | ||
| jobs | ||
| templates/registration | ||
| users | ||
| .dockerignore | ||
| .env.sample | ||
| .gitignore | ||
| CHANGELOG.md | ||
| Dockerfile | ||
| manage.py | ||
| README.md | ||
| requirements.txt | ||
| uwsgi.ini.sample | ||
ipv6-dot-work
The ipv6.work project
Notes
django-auth-ldap requires openldap-devel
Deployment
docker build -t ipv6dotwork .
sudo docker rm -f ipv6dotwork
sudo docker run -d -p 127.0.0.1:8001:8000 --env-file .env --name ipv6dotwork ipv6dotwork