The ipv6.work project
Go to file
PCoder fd2491145a Remove Search and Tags links from the navbar 2019-02-02 22:33:54 +01:00
ipv6work Reorganize imports 2019-02-02 22:32:33 +01:00
jobs Remove Search and Tags links from the navbar 2019-02-02 22:33:54 +01:00
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 Rename uwsgi.ini to uwsgi.ini.sample 2019-01-27 20:44:57 +01:00
Dockerfile Dockerfile changes for ldap 2018-11-10 11:26:12 +05:45
README.md Merge 2019-01-27 17:50:43 +01:00
manage.py create initial models for tag, job and application 2018-10-17 13:20:54 +05:45
requirements.txt Update requirements.txt 2019-01-27 17:16:38 +01:00
uwsgi.ini.sample Rename uwsgi.ini to uwsgi.ini.sample 2019-01-27 20:44:57 +01:00

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