toastie89
toastie89
Hi! I was running into issues with the Python version and dependencies which I finally fixed by using a Docker container. This might be helpful for others as well?
Hi! Would you please consider to support wildcards for the [`include_config_file` option](https://docs.ejabberd.im/admin/configuration/file-format/#include-additional-files) in the ejabberd configuration? **Desired functionality:** All yml files in `/etc/ejabberd/conf.d` get the imported. **Actual functionality:** `include_config_file: /etc/ejabberd/conf.d/*.yml`...
My backup strategy highly relies on an older version of this fabulous container image. Over time many extra packages, such as curl, bash, bash completion, apprise or even clients for...
The example will only work with recent versions of ejabberd if TLSv1.2 is set.
By switching off the secure attribute, the cookie will also be set on http connections without TLS.
Adding the username, password and sudo as argument is simple and very convenient. Still, for more complicated setups, I would wish to define users and passwords as a list. Further,...
The xrdp image from [danielguerra69](https://github.com/danielguerra69/ubuntu-xrdp) has a build argument for additional packages, which is quite handy. Would you mind adding it in the Dockerfile?
Added Ubuntu release to avoid that this images breaks with Ubuntu upgrades.