Dave Conroy

Results 356 comments of Dave Conroy

I think there is a lot of work to be done to get it to work under 1.4 - I tried a while back and it blew up spectacularly. I've...

There will be a release that the 1.4 development branch available tomorrow. Look for `tiredofit/fusiondirectory:1.4` and `tiredofit/openldap-fusiondirectory:1.4`

Grab `tiredofit/fusiondirectory:1.4-latest` and `tiredofit/openldap-fusiondirectory:1.4-latest` and you should be good. Note, I haven't tested it on an existing system, just a new install and seems to work fine.

Let's do a fresh pull of the tiredofit/openldap-fusiondirectory container, there was a scripting error that was limiting ability to install schemas.

I completely butchered that release, my apologies. A new one is available now without all the errors in parsing.

You can try `CONTAINER_LOG_LEVEL=DEBUG` also head inside the container and verify if there is the nginx process. If not, try `nginx -t` to see if the configuration has broken.

You should put it in front of a reverse proxy server, like jwiler/nginx-proxy or traefik. That will give you SSL termination.

Alright, with `jwilder/nginx-proxy` you would use the following as environment variables: `VIRTUAL_HOST=your.fusiondirectory.domain.example` `VIRTUAL_PORT=80` But I am a bit confused by your example, it sounds like you are running a nginx...

Yes definitely - Dockerize everything :P

No worries, thanks for the legwork of getting it this far! I believe if you type the `#` key it should pop up something to show a list of issues....