ltbproject/service-desk

Sponsored OSS

By LDAP Tool Box project

Updated 26 days ago

Image
Security
Integration & delivery
Monitoring & observability
1

10.0K

ltbproject/service-desk repository overview

Service Desk

Build Status Documentation Status

Application for support team who need to check, lock, unlock and reset user passwords.

See list of features.

Screenshot

Documentation

Documentation is available on https://service-desk.readthedocs.io/en/latest/

Docker

We provide an official Docker image.

Create a minimal configuration file:

vi sd.conf.php
<?php // My Service Desk configuration
$ldap_url = "ldap://ldap.example.com";
$ldap_binddn = "cn=admin,dc=example,dc=com";
$ldap_bindpw = 'secret';
$debug = true;
?>

And run:

docker run -p 80:80 \
    -v $PWD/sd.conf.php:/var/www/conf/config.inc.local.php \
    -it docker.io/ltbproject/service-desk:latest

Tag summary

Content type

Image

Digest

sha256:8e442cb77

Size

262.7 MB

Last updated

26 days ago

docker pull ltbproject/service-desk

This week's pulls

Pulls:

515

Last week