Commit Graph

150 Commits (c6365e0e3430637be1f073b3cdbd2a6fd8eba2d4)
 

Author SHA1 Message Date
Badlop c6365e0e34 Update also the links in mix/README.md 3 years ago
Badlop da8d92c4f5 Update test badge from Travis to Github Actions 3 years ago
Badlop 5d2e7890b2 New Github Action to test docker ecs build and run 3 years ago
Badlop 5a8b274083 Don't allow failures 3 years ago
Badlop b54e5be463 use jobs instead of matrix. as only latest is tested, remove VERSION 3 years ago
Badlop d2c93aeb4d Only test latest. Test any branch. Minor travis config updates 3 years ago
Badlop 06a2d86b2e Update log_rotate parsing from ejabberd's ejabberdctl updated past year 3 years ago
Badlop 54d096542e Fix typo /this/it/
Cherry-picked from ejabberd upstream 18.01-22-ga0c8cac1b
3 years ago
Badlop a30f59d04f Copy some code from ejabberd's ejabberdctl.template
This code is copied from ejabberd's upstream ejabberdctl.template,
even if useless, to try to have a file as close as possible.
3 years ago
Badlop f7e1d1d735 Allow passing Erlang VM args through vm.args config file
This can be used to define the Erlang cookie in a place that feels less foreign to
non Erlang users.
Fixes #3343

Cherry-picked from ejaberd upstream 20.04-91-g09454e165
3 years ago
Badlop dddf54fa82 Add 'ejabberdctl foreground-quiet'
This starts ejabberd without detaching process but setups
console logging to display only critical messages.

Cherry-picked from ejabberd upstream 20.12-73-g3516d2053
3 years ago
Badlop 964b61f584 ejabberdctl: Omit redundant erl option
The "-detached" flag implies "-noinput".

Cherry-picked from ejabberd upstream 18.01-42-g1b26c8d21
3 years ago
Badlop be9b7bfe55 Limit number of atoms used by ejabberdctl ( #2977)
Cherry-picked from ejabberd upstream 20.03-21-g762486d19
and 20.03-22-geac7e3488
3 years ago
Badlop f2c6c064dd ejabberdctl: fix parameter parsing
Cherry-picked from ejabberd upstream 18.03-60-gc43037887
3 years ago
Badlop a17ada0d0e Only create cookie file if it doesn't exist
Without that change, when ERLANG_COOKIE environment is set, it complains:
 /home/ejabberd/bin/ejabberdctl: line 76:
 can't create /home/ejabberd/.erlang.cookie: Permission denied
3 years ago
Badlop 6e23742ca4 Add Elixir start scripts so "bin/ejabberdctl iexdebug" works 3 years ago
Badlop fca16f446c Experimental support CTL_ON_CREATE and CTL_ON_START environment variables 3 years ago
Badlop 387254bcdf Fix again 9adadc6: started, stopped and *) shouldn't use exec 3 years ago
Badlop 15045cf793 Major reordering of sections, Markdown, badges, rephrasal ... 3 years ago
Badlop 8c5e758191 Fix recent commit 9adadc6: mkdir shouldn't run with exec 3 years ago
Badlop bf395e9f95 Parameterize what Docker to install depending on the Windows version 3 years ago
Badlop 45534b2035 Separate comments, it's easier to read on Windows monochrome's text editors 3 years ago
Badlop 06b7a6ba42 Add batch script to help setting ejabberd Docker on Windows 3 years ago
Badlop 3d78a70132 Include the captcha examples in the container and how to use them (#65) 3 years ago
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
3 years ago
Badlop eca259c24f Improve section about registering first account (processone/ejabberd#3375) 4 years ago
badlop 5009a70413
Merge pull request #60 from paulmenzel/fix-typo-in-ecs-readme.md
Fix typo in `ecs/README.md`
4 years ago
Paul Menzel d8c32c552e ecs/README.md: Fix typo in *is built* 4 years ago
Mickaël Rémond a9e5778a82
Riak support has been discontinued 4 years ago
Mickael Remond 3212f5f6fe
Update Dockerfile
Minimize whitespace changes
4 years ago
Mickaël Rémond 158981e719
Merge branch 'master' into enable_odbc 4 years ago
Mickael Remond 72d3b25a0f
Update to latest Alpine version
Fixes #54
4 years ago
Mickaël Rémond 8c87c7c1a8
Document how to inspect container state 4 years ago
Christoph Scholz 4e6db5ee36 enable odbc and mssql 4 years ago
Mickael Remond 1a23caeaf6
Update description 5 years ago
Christophe Romain 9d97b7d1fc Update use of new distillery 5 years ago
Christophe Romain b8349d15b0 Force configuration of eimp (#36) 5 years ago
Christophe Romain 1dde352cb8 Downgrade alpine to 3.9 (#46)
This reverts commit d897286809.
5 years ago
Christophe Romain a6967fabba Change next ejabberd version 5 years ago
Christophe Romain 5e9695f2e8 Allow pettern matching in cp expresion (#42) 5 years ago
Christophe Romain fb5c93bc5b Update changelog 5 years ago
Christophe Romain 8391c5f750
Merge pull request #45 from Monogramm/ci/docker
Dockerhub build hook
5 years ago
mathieu.brunot 4a27d2d9bd
Update labels in hook after #40 merged
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
5 years ago
mathieu.brunot 5e832e94b5
Merge branch 'master' of github.com:Monogramm/docker-ejabberd into ci/docker 5 years ago
Christophe Romain edb0373fd0 Keep SQL init scripts in container (#42) 5 years ago
Christophe Romain 1b8122d44b Amend changelog nad make it global 5 years ago
Christophe Romain d897286809 Upgrate alpine to 3.10 5 years ago
Christophe Romain e767adc51f Add libgd for image manipulation (#36) 5 years ago
Christophe Romain 63b759cb6c Add Changelog (#31) 5 years ago
Christophe Romain c970c9afc5
Merge pull request #40 from Monogramm/doc/labels
Add labels from label-schema.org
5 years ago