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.
 
 
 
PCoder 7131ed6d5b Update changelog for 1.1.0 4 years ago
ipv6work Remove redundant code 4 years ago
jobs Remove Search and Tags links from the navbar 4 years ago
templates/registration link signup to account.ungleich.ch, landing page changes 5 years ago
users Handle more errors 4 years ago
.dockerignore add Dockerfile spec 5 years ago
.env.sample configurable database backend 5 years ago
.gitignore Add /staticfiles to .gitignore 4 years ago
CHANGELOG.md Update changelog for 1.1.0 4 years ago
Dockerfile Dockerfile changes for ldap 5 years ago
README.md Merge 4 years ago
manage.py create initial models for tag, job and application 5 years ago
requirements.txt Update requirements.txt 4 years ago
uwsgi.ini.sample Rename uwsgi.ini to 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