Open hhravn opened 8 years ago
Hi, i merged #116. Does this merge fix your issue?
@hhravn Did @rroemhild's change fix the issue for you?
Hi there,
I am having a bit of a problem to add a module! for some reason when I try to build the container I get that log below, via docker-compose
EJABBERD_SOURCE_MODULES=mod_offline_http_post
ejabberd_1 | Updating module specs... ok ejabberd_1 | Analyzing module mod_offline_http_post for installation ejabberd_1 | Copying module to ejabberd folder /opt/ejabberd/.ejabberd-modules/sources ejabberd_1 | Running module_check on mod_offline_http_post ejabberd_1 | Error: not_available
Ejabberd 17.04
@who i'm just trying to understand the mechanism that loads modules from the "outside", and i see that you did the original pull request, so here goes;
https://github.com/rroemhild/docker-ejabberd/blob/master/scripts/post/11_ejabberd_install_modules.sh#L14
Shouldn't the script that installs "sideloaded" modules copy them to ejabberdctl's $CONTRIB_MODULES_PATH, rather than
Furthermore, i'm not sure ${module_name} should be a part of the path. When i do
where the source contains a module, mod_offline_push, the structure will end up as
and the installation will fail miserably;