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

Hi, I'm having some difficulties to make ejabberd container working. I can't neither access web admin via https://mydomain:5280/admin (EMPTY_RESPONSE), nor make websocket connection via wss://mydomain:5280/websocket I'm suspecting some network misconfiguration,...

i cloned the repo and ran the container, i can able to message to the clients (used adium) but when i was sharing the file it is not uploading ,...

Hello, I can't access the ejabberd web admin page. It keeps throwing an unauthorized access error. I am using the same docker-composer file in the README: ``` ejabberd: image: rroemhild/ejabberd...

When using HTTP web file uploads an error occurs. It is due to the CORS settings problem as described here https://www.ejabberd.im/forum/25600/httpupload-cors-problem-external-web-app/index.html I added the proposed headers and tested on my...

Can you add support for PostgreSQL for external auth script? Convenient script, but not enough support for the database who I use

This PR sets `EJABBERD_REGISTER_ADMIN_ONLY` to `true` by default. This means that in an unconfigured default installation, registering new users is restricted to the administrator. It hopefully fixes issue #192. I...

Hi @rroemhild, The working example I promised I only could finish today. There is a README.md with all I could put together. I created a folder 'kubernetes' with all needed...

Is this docker image by default an open relay in such that it allows in-band registration? https://github.com/rroemhild/docker-ejabberd/blob/40f2b5b1d4a40f24a690e98722d983d27f0c0096/conf/ejabberd.yml.tpl#L291-L298

I'm upgrading my 7-month old installation and I have trouble finding out if any of the important environment stuff changed. Like file locations, env variables etc that I need to...

Hi, i have a little question. This was my old SSL config: ```yaml define_macro: 'TLS_CIPHERS': "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256" 'TLS_OPTIONS': - "no_sslv3" - "no_tlsv1" - "no_tlsv1_1" - "cipher_server_preference" - "no_compression" c2s_ciphers: 'TLS_CIPHERS' s2s_ciphers:...