Coder Social home page Coder Social logo

abs104a / docker-self-service-password Goto Github PK

View Code? Open in Web Editor NEW

This project forked from engelhardtm/docker-self-service-password

0.0 1.0 0.0 19 KB

A lightweight Self Service Password Docker image built from source atop Alpine Linux.

Home Page: https://hub.docker.com/r/engelhardtm/docker-self-service-password/

License: GNU General Public License v3.0

Dockerfile 17.51% PHP 82.49%

docker-self-service-password's Introduction

LDAP Tool Box Self Service Password with Docker

A lightweight Self Service Password Docker image built from source atop Alpine Linux.

Self Service Password is a PHP application that allows users to change their password in an LDAP directory. See http://ltb-project.org/wiki/documentation/self-service-password.

How to use this image

The easiest way is to create your own configuration file and modify it according to your settings. Download the latest version of the config.inc.php file from https://github.com/ltb-project/self-service-password/tree/master/conf/config.inc.php.

$ docker run -d \
         -p 8080:80 \
         -v config.inc.php:/var/www/html/conf/config.inc.php \
         --name ltb \
         engelhardtm/docker-self-service-password:latest

For docker-compose use this snippet:

  ltb:
    image: engelhardtm/docker-self-service-password:latest
    container_name: ltb
    ports:
      - 8080:80
    volumes:
      - config.inc.php:/var/www/html/conf/config.inc.php

Modify the image

You can build your own Image with your config.inc.php settings:

FROM engelhardtm/docker-self-service-password
COPY config.inc.php:/var/www/html/conf/config.inc.php

Building the image yourself

git clone https://github.com/engelhardtm/docker-self-service-password.git
cd docker-self-service-password
docker build -t docker-self-service-password .

Don't forget to edit the configuration file assets/config.inc.php

Documentation for LTB Self-Service-Password

Documentation is available on http://ltb-project.org/wiki/documentation/self-service-password

docker-self-service-password's People

Contributors

abs104a avatar engelhardtm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.