The ipv6.work project
Go to file
aatish c42160193e ensure ipv4/ipv6 test is included 2018-11-03 17:57:43 +05:45
ipv6work ensure ipv4/ipv6 test is included 2018-11-03 17:57:43 +05:45
jobs Be able to come back to home page by clicking on logo/ipv6.work button on the left 2018-11-03 10:18:40 +05:45
static track static resources folder 2018-10-26 14:42:11 +05:45
templates/registration add login/logout urls and templates 2018-10-26 14:13:34 +05:45
users add ldap authentication and function to create ldap user on signup 2018-11-03 10:09:11 +05:45
.dockerignore add Dockerfile spec 2018-10-26 13:43:32 +05:45
.env.sample ensure ipv4/ipv6 test is included 2018-11-03 17:57:43 +05:45
.gitignore create initial models for tag, job and application 2018-10-17 13:20:54 +05:45
Dockerfile create management command to create test users, use it in Docker 2018-10-26 15:08:49 +05:45
README.md add ldap authentication and function to create ldap user on signup 2018-11-03 10:09:11 +05:45
manage.py create initial models for tag, job and application 2018-10-17 13:20:54 +05:45
requirements.txt add ldap authentication and function to create ldap user on signup 2018-11-03 10:09:11 +05:45
uwsgi.ini add Dockerfile spec 2018-10-26 13:43:32 +05:45

README.md

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