The ipv6.work project
Find a file
2019-02-03 13:34:29 +01:00
ipv6work Refactor code 2019-02-03 13:31:36 +01:00
jobs Remove Search and Tags links from the navbar 2019-02-02 22:33:54 +01:00
templates/registration
users Bugfix: use correct function and return value 2019-02-03 13:34:29 +01:00
.dockerignore
.env.sample
.gitignore
CHANGELOG.md Update changelog 2019-02-03 10:15:29 +01:00
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