forked from moepman/bk-dss
1
0
Fork 0
Binary Kitchen: Directory Self-Service
Go to file
Ralf Ramsauer 187bfe4f42 dss.py: remove superfluous assignment
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-09-17 22:26:49 +02:00
static Use the correct css.map file. 2016-03-22 13:25:58 +01:00
templates Rename function list to list_users. 2016-04-16 21:06:19 +02:00
.gitignore Ingore venv directory. 2017-03-20 17:10:32 +01:00
README.md Prepare for uWSGI usage. 2017-03-20 16:56:56 +01:00
config.cfg.example Minor cleanup. 2017-01-21 18:48:33 +01:00
dss.py dss.py: remove superfluous assignment 2018-09-17 22:26:49 +02:00
uwsgi.ini.example Prepare for uWSGI usage. 2017-03-20 16:56:56 +01:00

README.md

Binary Kitchen: Directory Self-Service

Overview

TBA

Requirements

  • passlib >= 1.6.0
  • py-flask >= 0.10
  • py-flask-wtf >= 0.10
  • py-ldap >= 2.4.15
  • py-redis >= 2.10

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.