Compare commits

..

3 Commits

Author SHA1 Message Date
afaff86551 Merge branch 'feature/134-ejabberd_19.05' of kosmos/chef into master 2020-02-17 16:37:13 +00:00
Greg Karékinian
56adfa37fb Fix a warning in the config
Migrate the web admin to a request handler
2020-02-17 17:26:55 +01:00
Greg Karékinian
0f9b2777a3 Update ejabberd to 19.05
Versions from 19.08 to 20.01 contains a blocking bug in the
reload_config command
(https://github.com/processone/ejabberd/issues/3170)

Closes #134
2020-02-17 17:26:45 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
node.default["kosmos-ejabberd"]["version"] = "19.02"
node.default["kosmos-ejabberd"]["checksum"] = "aea550c58e61eab04ca9beb8896d8b04f4a79321c21dee160a67ad6787236f51"
node.default["kosmos-ejabberd"]["version"] = "19.05"
node.default["kosmos-ejabberd"]["checksum"] = "8fb8663339d7aea066d853251cb117999e172c2c47b856d2e7b1b6b73b186783"
node.override["tor"]["HiddenServices"]["ejabberd"] = {
"HiddenServicePorts" => [

View File

@ -64,6 +64,7 @@ listen:
"/bosh": mod_bosh
"/api": mod_http_api
"/upload": mod_http_upload
"/admin": ejabberd_web_admin
custom_headers:
"Access-Control-Allow-Origin": "*"
"Access-Control-Allow-Methods": "OPTIONS, HEAD, GET, PUT"
@ -71,7 +72,6 @@ listen:
"Access-Control-Allow-Credentials": "true"
tls: true
## "/pub/archive": mod_http_fileserver
web_admin: true
## register: true
captcha: false