An open API service indexing awesome lists of open source software.

https://github.com/luzifer-docker/openfire

Run Openfire XMPP server in a Docker container
https://github.com/luzifer-docker/openfire

alpine docker openfire xmpp

Last synced: about 1 year ago
JSON representation

Run Openfire XMPP server in a Docker container

Awesome Lists containing this project

README

          

# luzifer-docker / openfire

Run Openfire XMPP server in a Docker container

## Usage

```bash
## Build container (optional)
$ docker build -t luzifer/openfire .

## Execute curator
$ docker run --rm -ti -v /data/openfire:/data luzifer/openfire

## Persistence including config and keystore will be created
$ tree /data/openfire
/data/openfire
├── conf
│   ├── available-plugins.xml
│   ├── crowd.properties
│   ├── openfire.xml
│   ├── security.xml
│   └── server-update.xml
├── embedded-db
│   ├── openfire.lck
│   ├── openfire.log
│   ├── openfire.properties
│   ├── openfire.script
│   └── openfire.tmp
└── security
└── keystore

4 directories, 10 files
```