https://github.com/openfun/prosody-docker
🐳 A docker image for prosody XMPP server
https://github.com/openfun/prosody-docker
Last synced: 10 months ago
JSON representation
🐳 A docker image for prosody XMPP server
- Host: GitHub
- URL: https://github.com/openfun/prosody-docker
- Owner: openfun
- License: mit
- Created: 2021-04-20T07:12:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T13:59:06.000Z (about 4 years ago)
- Last Synced: 2025-01-13T12:48:44.242Z (over 1 year ago)
- Language: Lua
- Size: 12.7 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prosody Docker
Docker image for [Prosody](https://prosody.im/) XMPP server.
## Getting started
To build this image run the following command:
```bash
$ docker build -t prosody:latest
```
Once build, you can tag it with the name you want and publish it on the docker repo you want.
## Modules installed
Some additionnal modules are installed on this image. They are available in `/usr/share/prosody/modules`.
If you change the prosody config don't forget to include them if you want to use them: `plugin_paths = { "/usr/share/prosody/modules" }`
All modules developed for [jitsi](https://meet.jit.si/) are installed. Also the [mod_token_affiliation](https://raw.githubusercontent.com/emrahcom/emrah-buster-templates/6ae86bbff1459b669b311f3ec00946921cd683c9/machines/eb-jitsi/usr/share/jitsi-meet/prosody-plugins/mod_token_affiliation.lua) module is installed.
We also have the [mod_muc_moderation](https://hg.prosody.im/prosody-modules/raw-file/5f12c75fd210/mod_muc_moderation/mod_muc_moderation.lua) module installed, in order to bring XEP-0425: Message Moderation support to prosody.
## License
This work is released under the MIT License (see [LICENSE](./LICENSE)).