prosody-docker-extended icon indicating copy to clipboard operation
prosody-docker-extended copied to clipboard

Docker image building system for the Prosody XMPP server with Community Modules and telnet console

Results 10 prosody-docker-extended issues
Sort by recently updated
recently updated
newest added

When building using `sudo docker build --rm=true -t unclev/prosody-docker-extended .` in the cloned repository directory, the build fails and shows this message: ``` + apt-get update -qq W: The repository...

Hi, please add libjs-bootstrap4 and libjs-jquery debian package in your image. It is needed by this module: https://modules.prosody.im/mod_invites Many thanks!

As of April, 25, 2020 `trunk` is not updated in Ubuntu 16.04. | Distro | stable | 0.9 | 0.10 | 0.11 | trunk | | :-------------------- | :--------------: |...

From the server logs: ``` mod_posix warn The 'daemonize' option has been deprecated, specify -D or -F on the command line instead. ``` As per the [mod_posix documentation](https://prosody.im/doc/modules/mod_posix): > Whether...

**Jean-Philippe Baril** wrote: > I tried to use your Prosody Docker image but it does not start. The resulting container is constantly restarting. > What docker shows as logs :...

bug
invalid

I know that it is possible to define the PUID and PGID and build time, but i like to just pull your container and would really like to define the...

help wanted

What is the proper way to add in Letsencrypt support into this? It would be good if this can be made clear in the documentation. Thanks so much...

Executing check_prosody_update script finds no new version: ```shell $ docker run --rm --user root unclev/prosody-docker-extended:stable check_prosody_update ++ id -u ++ id -u prosody + [[ 0 -eq 1000 ]] +...

bug
awaiting

Hi! Would it be possible to add lua-bcrypt as a dep? Diaspora integration with XMPP (prosody in this case) requires the lua bcrypt module to work out the authentication ([source](https://wiki.diasporafoundation.org/Integration/XMPP/Prosody))

enhancement

#### Steps to implement: - [ ] Modify [update-modules.sh](https://github.com/unclev/prosody-docker-extended/commit/b1cfcaa163d9ddd9ea9e128915c7c2374360610f/update-modules.sh) so that it can clone/update files in a specified location; - [ ] At build time clone the initial snapshot of...

enhancement