Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

Adding ldap plugin to docker container? #4

Open
ckulla opened this issue Feb 16, 2015 · 4 comments
Open

Adding ldap plugin to docker container? #4

ckulla opened this issue Feb 16, 2015 · 4 comments

Comments

@ckulla
Copy link

ckulla commented Feb 16, 2015

I've successfully created a docker container for Lets-chat. How do I add the ldap plug-in to it?

@sibartlett
Copy link
Contributor

Did you use the exisiting Dockerfile in the Let's Chat repository?

You'll need to:

  • Install the LDAP plugin in the Docker image, doing either of the following:
    • add the plugin to the package.json file before building the Docker image
    • change the Dockerfile, adding RUN npm install lets-chat-ldap
  • Edit your settings.yml file with your LDAP configuration

We'll hopefully update the Dockerfile a future release, to make the installation of plugins easier.

@shea-parkes
Copy link

I would also enjoy it if you were to modify the Let's Chat Dockerfile to make this easier to install this plugin.

@sibartlett
Copy link
Contributor

We rewrote the Dockerfile 2 months ago, and included the LDAP plugin by default.

We now an official image hosted on Docker Hub: https://registry.hub.docker.com/u/sdelements/lets-chat/

@shea-parkes
Copy link

Thank you for the prompt response. I swear I read that Dockerfile thoroughly, but I totally missed the LDAP install line. Thank you very much for the prompt response! (And the promising software.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants