Skip to content

🐳 A docker image for prosody XMPP server

License

Notifications You must be signed in to change notification settings

roro-lv/prosody-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prosody Docker

Docker image for Prosody XMPP server.

Getting started

To build this image run the following command:

$ docker build -r 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 are installed. Also the mod_token_affiliation module is installed.

License

This work is released under the MIT License (see LICENSE).

About

🐳 A docker image for prosody XMPP server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 82.9%
  • Dockerfile 17.1%