The ipv6.work project
Go to file
aatish 081e11400b use signup view rather than redirecting 2018-11-16 19:42:07 +05:45
ipv6work link signup to account.ungleich.ch, landing page changes 2018-11-10 10:52:50 +05:45
jobs add logout button 2018-11-16 19:41:53 +05:45
static track static resources folder 2018-10-26 14:42:11 +05:45
templates/registration link signup to account.ungleich.ch, landing page changes 2018-11-10 10:52:50 +05:45
users use signup view rather than redirecting 2018-11-16 19:42:07 +05:45
.dockerignore add Dockerfile spec 2018-10-26 13:43:32 +05:45
.env.sample link signup to account.ungleich.ch, landing page changes 2018-11-10 10:52:50 +05:45
.gitignore create initial models for tag, job and application 2018-10-17 13:20:54 +05:45
Dockerfile Dockerfile changes for ldap 2018-11-10 11:26:12 +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 Dockerfile changes for ldap 2018-11-10 11:26:12 +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