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.
|
4 years ago | |
---|---|---|
ipv6work | 4 years ago | |
jobs | 4 years ago | |
templates/registration | 5 years ago | |
users | 4 years ago | |
.dockerignore | 5 years ago | |
.env.sample | 5 years ago | |
.gitignore | 4 years ago | |
CHANGELOG.md | 4 years ago | |
Dockerfile | 5 years ago | |
README.md | 4 years ago | |
manage.py | 5 years ago | |
requirements.txt | 4 years ago | |
uwsgi.ini.sample | 4 years ago |
README.md
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