irasnyd / addictapi

Docker containerization of the Addict Active Directory REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

OBSOLETE: The upstream project is dead (removed from Github). It still exists on the NPM package repository, but appears to be unmaintained. This project is archived and remains for historical purposes only.

This is a containerized version of the Addict Active Directory REST API.

Environment Variables

This section describes all of the environment variables that can be used to customize the behavior of this container. Please override them with values specific to your configuration.

  • ADDICT_URL - LDAP server URL (example: "ldaps://ldap.example.com")
  • ADDICT_USER - LDAP server username (example: "admin@example.com")
  • ADDICT_PASS - LDAP server password (example: "supersecret")

About

Docker containerization of the Addict Active Directory REST API

License:MIT License


Languages

Language:Dockerfile 100.0%