hitalos / bina

A web App to search in a LDAP for users and contacts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bina

A web App to search in a LDAP for users and contacts.

Requirements

  • One or many LDAP servers like Active Directory

Installing

  • Download the released binary for your Operational System

Configuring

After install, edit an config.yml file and set variables (like the example).

Docker

To build a image

make container_image

To run

docker run --rm -t -i -p 8000:8000 -v ./config.yml:/app/config.yml bina:latest

Debugging

Before running app, set environment variable DEBUG:

DEBUG=1

About

A web App to search in a LDAP for users and contacts.


Languages

Language:Go 48.6%Language:Vue 23.4%Language:JavaScript 17.1%Language:CSS 3.8%Language:Makefile 2.9%Language:Dockerfile 2.4%Language:HTML 1.7%