1
0
mirror of https://github.com/moepman/bk-dss synced 2024-11-17 19:39:11 +01:00
Binary Kitchen: Directory Self-Service
Go to file
2018-10-08 14:20:53 +02:00
static
templates
.gitignore Ingore venv directory. 2017-03-20 17:10:32 +01:00
config.cfg.example Minor cleanup. 2017-01-21 18:48:33 +01:00
dss.py Use FlaskForm instead of deprecated Form. 2018-10-08 13:57:50 +02:00
README.md Bump requirements, drop py- prefix. 2018-10-08 14:20:53 +02:00
uwsgi.ini.example Prepare for uWSGI usage. 2017-03-20 16:56:56 +01:00

Binary Kitchen: Directory Self-Service

Overview

TBA

Requirements

  • passlib >= 1.7.0
  • flask >= 0.12.1
  • flask-wtf >= 0.14.2
  • ldap >= 2.4.25
  • redis >= 2.10.5

uWSGI

To use dss with uWSGI create a file called uwsgi.ini from the provided example and change the socket and optinally the chroot setting. You can use /usr/bin/uwsgi --ini /path/to/dss/uwsgi.ini to start your instance.

Misc

Source code is under MIT license, powered by Flask and Bootstrap.