The ipv6.work project
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
aatish eab9d7b714 add ldap authentication and function to create ldap user on signup 5 years ago
ipv6work add ldap authentication and function to create ldap user on signup 5 years ago
jobs display 3 jobs in home 5 years ago
static track static resources folder 5 years ago
templates/registration add login/logout urls and templates 5 years ago
users add ldap authentication and function to create ldap user on signup 5 years ago
.dockerignore add Dockerfile spec 5 years ago
.env.sample add ldap authentication and function to create ldap user on signup 5 years ago
.gitignore create initial models for tag, job and application 5 years ago
Dockerfile create management command to create test users, use it in Docker 5 years ago
README.md add ldap authentication and function to create ldap user on signup 5 years ago
manage.py create initial models for tag, job and application 5 years ago
requirements.txt add ldap authentication and function to create ldap user on signup 5 years ago
uwsgi.ini add Dockerfile spec 5 years ago

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