2
0
mirror of https://github.com/processone/docker-ejabberd synced 2024-11-10 13:10:37 +00:00
Commit Graph

185 Commits

Author SHA1 Message Date
Badlop
6e23742ca4 Add Elixir start scripts so "bin/ejabberdctl iexdebug" works 2021-04-06 00:28:40 +02:00
Badlop
fca16f446c Experimental support CTL_ON_CREATE and CTL_ON_START environment variables 2021-04-05 21:32:00 +02:00
Badlop
387254bcdf Fix again 9adadc6: started, stopped and *) shouldn't use exec 2021-04-05 21:30:15 +02:00
Badlop
15045cf793 Major reordering of sections, Markdown, badges, rephrasal ... 2021-04-05 21:29:24 +02:00
Badlop
8c5e758191 Fix recent commit 9adadc6: mkdir shouldn't run with exec 2021-04-03 17:51:39 +02:00
Badlop
bf395e9f95 Parameterize what Docker to install depending on the Windows version 2021-04-01 13:19:14 +02:00
Badlop
45534b2035 Separate comments, it's easier to read on Windows monochrome's text editors 2021-04-01 13:12:17 +02:00
Badlop
06b7a6ba42 Add batch script to help setting ejabberd Docker on Windows 2021-04-01 13:06:43 +02:00
Badlop
3d78a70132 Include the captcha examples in the container and how to use them (#65) 2021-03-31 15:57:24 +02:00
Badlop
9adadc6999 Start BEAM with exec to maintain the PID and catch SIGTERM in Docker Stop
Until now, when stopping the ejabberd container, Erlang is not gracefully
closed, Mnesia is not properly closed... exit code is 137.
With this change, when the container is stopped, Erlang receives the
SIGTERM signal, shutsdown, Mnesia database is properly closed, ...
and exit code is 0.
Reference: processone/ejabberd#2822
2021-03-30 21:50:52 +02:00
Badlop
eca259c24f Improve section about registering first account (processone/ejabberd#3375) 2020-11-18 17:37:26 +01:00
badlop
5009a70413
Merge pull request #60 from paulmenzel/fix-typo-in-ecs-readme.md
Fix typo in `ecs/README.md`
2020-10-02 19:28:20 +02:00
Paul Menzel
d8c32c552e ecs/README.md: Fix typo in *is built* 2020-10-01 18:44:35 +02:00
Mickaël Rémond
a9e5778a82
Riak support has been discontinued 2020-02-26 16:26:37 +01:00
Mickael Remond
3212f5f6fe
Update Dockerfile
Minimize whitespace changes
2020-02-26 15:03:16 +01:00
Mickaël Rémond
158981e719
Merge branch 'master' into enable_odbc 2020-02-26 14:55:10 +01:00
Mickael Remond
72d3b25a0f
Update to latest Alpine version
Fixes #54
2020-02-18 10:43:06 +01:00
Mickaël Rémond
8c87c7c1a8
Document how to inspect container state 2020-02-18 10:09:59 +01:00
Christoph Scholz
4e6db5ee36 enable odbc and mssql 2019-12-28 10:58:43 +01:00
Mickael Remond
1a23caeaf6
Update description 2019-09-30 10:17:09 +02:00
Christophe Romain
9d97b7d1fc Update use of new distillery 2019-08-05 11:40:20 +02:00
Christophe Romain
b8349d15b0 Force configuration of eimp (#36) 2019-08-01 17:50:14 +02:00
Christophe Romain
1dde352cb8 Downgrade alpine to 3.9 (#46)
This reverts commit d897286809.
2019-08-01 17:27:28 +02:00
Christophe Romain
a6967fabba Change next ejabberd version 2019-07-31 14:37:23 +02:00
Christophe Romain
5e9695f2e8 Allow pettern matching in cp expresion (#42) 2019-07-31 10:00:58 +02:00
Christophe Romain
fb5c93bc5b Update changelog 2019-07-31 08:59:02 +02:00
Christophe Romain
8391c5f750
Merge pull request #45 from Monogramm/ci/docker
Dockerhub build hook
2019-07-31 08:56:41 +02:00
mathieu.brunot
4a27d2d9bd
Update labels in hook after #40 merged
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-30 19:12:42 +02:00
mathieu.brunot
5e832e94b5
Merge branch 'master' of github.com:Monogramm/docker-ejabberd into ci/docker 2019-07-30 18:51:44 +02:00
Christophe Romain
edb0373fd0 Keep SQL init scripts in container (#42) 2019-07-30 17:30:49 +02:00
Christophe Romain
1b8122d44b Amend changelog nad make it global 2019-07-30 17:09:03 +02:00
Christophe Romain
d897286809 Upgrate alpine to 3.10 2019-07-30 17:07:30 +02:00
Christophe Romain
e767adc51f Add libgd for image manipulation (#36) 2019-07-30 17:06:39 +02:00
Christophe Romain
63b759cb6c Add Changelog (#31) 2019-07-30 16:25:07 +02:00
Christophe Romain
c970c9afc5
Merge pull request #40 from Monogramm/doc/labels
Add labels from label-schema.org
2019-07-30 16:14:06 +02:00
Christophe Romain
2cbcbec351
Merge pull request #38 from Monogramm/feature/all
STUN/TURN & SIP
2019-07-30 16:12:10 +02:00
Christophe Romain
8f7c4e07f7
Merge pull request #37 from Monogramm/ci/travis
Travis CI
2019-07-30 16:10:24 +02:00
Christophe Romain
4a426e924d
Merge pull request #34 from ChaosKid42/fix_inet_dist_interface
fix inet_dist_interface
2019-07-30 16:08:53 +02:00
Christophe Romain
fdd9061993
Merge pull request #33 from ChaosKid42/allow_upload_volume
allow mapping of upload dir as volume
2019-07-30 16:08:27 +02:00
Christophe Romain
daf101c930 Update default configuration to comply with new validator 2019-07-30 15:53:49 +02:00
mathieu.brunot
065b082370
Merge branch 'master' of github.com:Monogramm/docker-ejabberd into ci/docker 2019-07-17 14:21:40 +02:00
mathieu.brunot
912a26ee11 Add sqlite libs to fix #43
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-17 13:13:46 +02:00
mathieu.brunot
753dcbe272
🔧 Add sample config for STUN and SIP
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-17 12:55:54 +02:00
mathieu.brunot
cbd439af20
Merge branch 'master' into feature/all 2019-07-16 14:43:33 +02:00
mathieu.brunot
3ec2275ae8
👷 Dockerhub build hook
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-16 12:54:02 +02:00
mathieu.brunot
bb16ef3e1d 📝 Fix the sample Let's Encrypt configuration
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-16 11:28:46 +02:00
mathieu.brunot
4f9a34ac09 📝 Add badges and links docker README
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-16 11:21:28 +02:00
mathieu.brunot
cee24d6e18
📝 Add labels from label-schema.org
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-16 09:44:12 +02:00
mathieu.brunot
27f7a6ffde
👷 Remove temp branch from CI
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-15 16:52:24 +02:00
mathieu.brunot
dd3bee6490
📝 Add Travis CI badge in README
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-15 16:42:26 +02:00