prosody-docker
prosody-docker copied to clipboard
Docker image building system for the Prosody XMPP server
i would like to use prosody on the synology diskstation. apparently, however, the images are very outdated and only for x64. 1. Can you create images for i386? 2. are...
Most recent version of Prosody is 0.11.10 released on 2021-08-03 not available at https://hub.docker.com/r/prosody/prosody/ https://blog.prosody.im/prosody-0.11.10-released/ Please provide an image for it.
Hello, I'm trying to launch Prosody XMPP Server using prosody/prosody (sha256:aae908010395ced83280368b00d1a88520d4c3128a182cd2e4a3c81d44722589) docker image. The ouput of the docker run command bellow mentions permissions error while reading some key files. ```...
https://github.com/prosody/prosody-docker/blob/master/Dockerfile#L45 This creates an additional layer. This is not necessary if the entrypoint.sh is executable in the filesystem already. I’m not sure though if relying on that would break windows...
**Changelog:** - changed user management based on [Best practices for writing Dockerfiles](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user) - it's better to set a consistent default uid/gid to avoid mismatches with future builds when upgrading -...
Hi, is there any chance to get an official ARM image? Thanks a lot and best wishes
It is not clear how to integrate Letsencrypt into Prosody using docker. Can someone please point the way? What is the proper way to do so? Thank so much...
In the readme file, the example for how to run prosody with all ports mapped states the following command: `docker run -d \ -p 5222:5222 \ -p 5269:5269 \ -p...
Currently the Docker image ships with the default Debian config, with the expectation that users of the image will override it with their own. Duplicating all possible options as environment...