docker-ejabberd icon indicating copy to clipboard operation
docker-ejabberd copied to clipboard

Dockerfile for Ejabberd server

Results 35 docker-ejabberd issues
Sort by recently updated
recently updated
newest added

The latest named tag here on Github and on Docker Hub for the Docker image is `18.12-1`. It'd be great to have tags for the newer versions as well, so...

Hi @rroemhild , Firstly, thanks for that docker image. I've been able to implement a k8s cluster with you image with some changes to scripts. The implementation allows the nodes...

enhancement

When I run `docker run ...` command from your [Quick Start](https://github.com/rroemhild/docker-ejabberd#quick-start) service was unavailable and looking at `docker logs ejabberd` showed that it complains about config, looks like you have...

I want to do a select on the tables of the database. Can someone help me pls

contrib modules can be installed during startup using `EJABBERD_CONTRIB_MODULES`, but how can I configure them? Setting the necessary options in `ejabberd.yml.tpl` doesn't work, because during first startup of ejabberd the...

question

ejabberd_auth_http method enables http authentication for ejabberd. I have added this module to my variable as follows: `EJABBERD_CONTRIB_MODULES=ejabberd_auth_http` This works fine..but to be able to actually use http auth I...

Hi, i'm trying to install a custom elixir module using this tutorial, but i don't know where to place or how to compile it, https://blog.process-one.net/ejabberd-joins-the-elixir-revolution/ Should i have to add...

question

I learned a lot from this so thanks. Coincidentally I'm also templating an ejabberd project, but in regards to using it with keycloak. It was the templating that I searched...

When I set my docker containers ERLANG_NODE it crashes shortly after it starts up. below is my docker setup. it doesnt appear to create any of the users specified either....

Hi, I could use some help in integrating Letsencrypt with ejabberd. When we get this done, I'd be happy to expand the Readme with this topic. Here is how far...

enhancement
help wanted