diff --git a/cluster/start.sh b/cluster/start.sh index 1ce1fcf..2f0ed4e 100755 --- a/cluster/start.sh +++ b/cluster/start.sh @@ -51,6 +51,8 @@ fi mkdir _data cp -r xmpp _data/ cp -r plugins _data/ +mkdir _data/shared-httpfileupload-repo +chmod 777 _data/shared-httpfileupload-repo "${COMPOSE_FILE_COMMAND[@]}" up -d || popd popd \ No newline at end of file diff --git a/cluster/xmpp/1/conf/openfire.xml b/cluster/xmpp/1/conf/openfire.xml index 792d76f..a4d5bfe 100644 --- a/cluster/xmpp/1/conf/openfire.xml +++ b/cluster/xmpp/1/conf/openfire.xml @@ -64,4 +64,13 @@ true + + + + http + localhost + 7071 + + + diff --git a/cluster/xmpp/2/conf/openfire.xml b/cluster/xmpp/2/conf/openfire.xml index 0cb579c..c722e47 100644 --- a/cluster/xmpp/2/conf/openfire.xml +++ b/cluster/xmpp/2/conf/openfire.xml @@ -64,4 +64,13 @@ true + + + + http + localhost + 7072 + + + diff --git a/cluster/xmpp/3/conf/openfire.xml b/cluster/xmpp/3/conf/openfire.xml index 8e9fbfd..27d5a8f 100644 --- a/cluster/xmpp/3/conf/openfire.xml +++ b/cluster/xmpp/3/conf/openfire.xml @@ -64,4 +64,13 @@ true + + + + http + localhost + 7073 + + +