Actions
Task #8673
closedThe IPv6 ULA registry project
Start date:
12/04/2020
Due date:
% Done:
0%
Estimated time:
PM Check date:
Description
Introduction¶
- Sixxs has stopped being a ULA registry
- People are still demanding a ULA registry
- Let's build one together!
- https://www.sixxs.net/tools/grh/ula/list/
Implementation¶
- I suggest to use Django as we have some django hackers around
Features¶
- user db from ldap
- user can login - create networks
- list of networks is public
- maybe allowing searching?
- Should import the sixxs list
Deployment¶
- Deploying on ula.ungleich.ch (Alpine, Django-Hosting)
- IPv6 only + IPv6 proxy
Updated by Nico Schottelius almost 4 years ago
- Description updated (diff)
- Assignee set to Ahmed Bilal
Updated by Nico Schottelius almost 4 years ago
- Status changed from New to In Progress
Updated by Nico Schottelius almost 4 years ago
Deploying:
rmdir ~/app/ git clone git@code.ungleich.ch:ungleich-public/ipv6ula.git app cd app/ . ~/pyvenv/bin/activate pip install -r requirements.txt python manage.py migrate # manually creating local_settings.py with ldap secrets and using postgresql vi ipv6ula/local_settings.py python manage.py migrate # Not needed, files are not collected but only in /static anyway #python manage.py collectstaticapk add openldap-dev
Updated by Nico Schottelius almost 4 years ago
- Status changed from In Progress to Closed
Actions