The ipv6.work project
Go to file
aatish 307f25efb7 fix index page link 2018-11-17 11:24:28 +05:45
ipv6work use session_cookie_name 2018-11-17 11:21:18 +05:45
jobs fix index page link 2018-11-17 11:24:28 +05:45
templates/registration link signup to account.ungleich.ch, landing page changes 2018-11-10 10:52:50 +05:45
users fix dn generation 2018-11-16 20:38:20 +05:45
.dockerignore add Dockerfile spec 2018-10-26 13:43:32 +05:45
.env.sample configurable database backend 2018-11-16 20:27:21 +05:45
.gitignore remove static from git 2018-11-17 10:59:25 +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