Skip to content
Valerian Saliou edited this page Jun 17, 2022 · 7 revisions

The Prose Pod system project is where Prose Pod server configurations and build rules live.

Purpose

This project is used to package everything together, namely:

  • The Prosody XMPP server (its configuration files are defined in this project — website here);
  • The Prose modules for Prosody (its configuration files are defined in this project);
  • The Prose Pod API server (the REST API used for administration and management purposes — repository here);
  • The Prose Pod Dashboard (the Web interface that let users access the REST API features, eg. to create new XMPP accounts — repository here);

All those components are running in a Docker container. The data storage for the XMPP server and API are backed by a mounted folder.

Project Management

Tasks Priorization

In order for us to reach MVP swiftly, a dedicated Priorization page is available.

Clone this wiki locally