|
2 | 2 |
|
3 | 3 | - [Introduction](#introduction)
|
4 | 4 | - [Contributing](#contributing)
|
5 |
| - - [Issues](#issues) |
6 |
| - - [Announcements](../../issues/1) |
| 5 | + - [Other issues](#other-issues) |
7 | 6 | - [Getting started](#getting-started)
|
8 | 7 | - [Installation](#installation)
|
9 | 8 | - [Quickstart](#quickstart)
|
10 | 9 | - [Persistence](#persistence)
|
| 10 | + - [Java VM options](#java-vm-options) |
11 | 11 | - [Logs](#logs)
|
| 12 | +- [Maintenance](#maintenance) |
| 13 | + - [Upgrading](#upgrading) |
| 14 | + - [Shell Access](#shell-access) |
12 | 15 | - [References](#references)
|
13 | 16 |
|
14 | 17 | # Introduction
|
15 | 18 |
|
16 |
| -This image is a fork of gizmotronic/openfire to keep an up-to-date version. |
17 |
| - |
18 | 19 | `Dockerfile` to create a [Docker](https://www.docker.com/) container image for [Openfire](http://www.igniterealtime.org/projects/openfire/).
|
19 | 20 |
|
20 | 21 | Openfire is a real time collaboration (RTC) server licensed under the Open Source Apache License. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). Openfire is incredibly easy to setup and administer, but offers rock-solid security and performance.
|
21 | 22 |
|
22 |
| -This project is almost entirely identical to [sameersbn/openfire](/sameersbn/openfire). |
| 23 | +This image is a fork of [gizmotronic/openfire](https://github.com/gizmotronic/docker-openfire), a fork of [sameersbn/openfire](https://github.com/sameersbn/docker-openfire) itself, to keep an up-to-date version. |
23 | 24 |
|
24 | 25 | ## Contributing
|
25 | 26 |
|
26 | 27 | If you find this image useful here's how you can help:
|
27 | 28 |
|
28 | 29 | - Send a pull request with your awesome features and bug fixes
|
29 |
| -- Help users resolve their [issues](../../issues?q=is%3Aopen+is%3Aissue). |
| 30 | +- Help users resolve their [issues](https://github.com/nasqueron/docker-openfire/issues). |
30 | 31 | - Support the development of this image with a [donation](http://www.damagehead.com/donate/)
|
31 | 32 |
|
32 | 33 | ## Other issues
|
@@ -146,5 +147,5 @@ docker exec -it openfire bash
|
146 | 147 |
|
147 | 148 | # References
|
148 | 149 |
|
149 |
| - * http://www.igniterealtime.org/projects/openfire/ |
| 150 | + * https://www.igniterealtime.org/projects/openfire/ |
150 | 151 | * https://library.linode.com/communications/xmpp/openfire/ubuntu-12.04-precise-pangolin
|
0 commit comments