Project

General

Profile

Actions

Task #8673

closed

The IPv6 ULA registry project

Added by Nico Schottelius over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
12/04/2020
Due date:
% Done:

0%

Estimated time:
PM Check date:

Description

Introduction

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
Actions #1

Updated by Nico Schottelius over 3 years ago

  • Description updated (diff)
Actions #2

Updated by Nico Schottelius over 3 years ago

  • Description updated (diff)
Actions #3

Updated by Nico Schottelius over 3 years ago

  • Description updated (diff)
  • Assignee set to Ahmed Bilal
Actions #4

Updated by Nico Schottelius over 3 years ago

  • Status changed from New to In Progress
Actions #5

Updated by Nico Schottelius over 3 years ago

  • Description updated (diff)
Actions #6

Updated by Nico Schottelius over 3 years ago

  • Description updated (diff)
Actions #7

Updated by Nico Schottelius over 3 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 collectstatic

apk add openldap-dev
Actions #8

Updated by Nico Schottelius over 3 years ago

  • Status changed from In Progress to Closed
Actions

Also available in: Atom PDF