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
- Host: GitHub
- URL: https://github.com/luzifer-docker/openfire
- Owner: luzifer-docker
- License: apache-2.0
- Archived: true
- Created: 2018-02-10T13:50:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T01:58:27.000Z (over 3 years ago)
- Last Synced: 2024-10-24T15:38:37.365Z (over 1 year ago)
- Topics: alpine, docker, openfire, xmpp
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```