Skip to content

Commit 6153310

Browse files
committed
Update to Openfire 4.6.4.
- Update to new Openfire version ; - Fix errors ; - Improve the documentation.
1 parent 316fbf9 commit 6153310

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ubuntu:18.04
55
MAINTAINER endmove "[email protected]"
66

77
# vars
8-
ENV OPENFIRE_VERSION=4.6.3 \
8+
ENV OPENFIRE_VERSION=4.6.4 \
99
OPENFIRE_USER=openfire \
1010
OPENFIRE_DATA_DIR=/var/lib/openfire \
1111
OPENFIRE_LOG_DIR=/var/log/openfire \

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# openfire-docker
22

3-
__Openfire version__: _`4.6.3`_
3+
__Openfire version__: _`4.6.4`_
44

55
![GitHub license](https://img.shields.io/badge/license-MIT-%23fe7d37) ![GitHub last commit](https://img.shields.io/github/last-commit/EndMove/openfire-docker)
66

@@ -46,7 +46,7 @@ docker pull endmove/openfire:latest
4646
- Methode 2 : build from __Github__
4747

4848
````sh
49-
docker build -t endmove/openfire github.com/EndMove/openfire-docker
49+
docker build -t endmove/openfire:latest github.com/EndMove/openfire-docker
5050
````
5151

5252
### _Step Two_
@@ -114,6 +114,8 @@ This Openfire installation script provides two important volume locations to tra
114114

115115
### Openfire - SSL Certificate **(Doesn't work)**
116116

117+
**[Try to use the 'Certificate Manager Plugin', automatically installed during installation.](https://www.igniterealtime.org/projects/openfire/plugins/1.1.0/certificatemanager/readme.html)**
118+
117119
> To benefit from the SSL certificate of your server under Openfire place it under the name `ssl.pem` in this volume.
118120
> Note: all communications between Openfire and users except those from the web interface ports: 9091 & 9090 are managed and encrypted using RSA, by Openfire automatically.
119121
@@ -144,4 +146,4 @@ __WARNING__: this requires that you store the Openfire data as recommended above
144146
- [x] Configuration file, security and embedded-database available out of the container.
145147
- [x] Makes available all the ports available in Openfire version 4.6.2.
146148
- [x] Includes certificate manager plugin with hotdeploy.
147-
- [ ] Allows the import of SSL certificates that are external to the container.
149+
- [x] Allows the import of SSL certificates that are external to the container **(By using certificate manager)**.

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pre_initialization() {
1010
ln -sf ${OPENFIRE_DATA_DIR}/conf/log4j.xml /usr/share/openfire/lib/
1111
}
1212

13-
# Initialization of folders, links, ans more
13+
# Initialization of folders, links, and more
1414
initialization() {
1515
# creating main folder & perm & owner
1616
mkdir -p ${OPENFIRE_DATA_DIR}

openfire_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.6.3
1+
4.6.4

0 commit comments

Comments
 (0)