Binary Kitchen: Directory Self-Service
Go to file
Markus e33150507d list: also display numberic uid 2019-05-16 16:13:05 +02:00
static Use the correct css.map file. 2016-03-22 13:25:58 +01:00
templates list: also display numberic uid 2019-05-16 16:13:05 +02:00
.gitignore Ingore venv directory. 2017-03-20 17:10:32 +01:00
LICENSE add LICENSE 2019-04-01 19:28:03 +02:00
README.md Improve uwsgi example config 2019-02-12 09:42:07 +01:00
config.cfg.example Minor cleanup. 2017-01-21 18:48:33 +01:00
dss.py list: also display numberic uid 2019-05-16 16:13:05 +02:00
uwsgi.ini.example Improve uwsgi example config 2019-02-12 09:42:07 +01:00

README.md

Binary Kitchen: Directory Self-Service

Overview

TBA

Requirements

  • passlib >= 1.7.0
  • flask >= 0.12.1
  • flask-wtf >= 0.12
  • pyldap >= 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 chdir,uid and gid settings. 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.