Add community modules for Prosody and give an example of enabling notifications.

This commit is contained in:
2026-07-23 14:50:42 -07:00
parent b5ae8ff0ce
commit 5b8deb8a67
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ FROM debian:trixie-slim
## Setup ##
# System Dependencies
RUN apt-get update && \
apt-get install -y prosody \
apt-get install -y prosody prosody-modules \
bash sudo htop \
vim
@@ -26,3 +26,7 @@ VirtualHost "example.com"
---Set up an external component (default component port is 5347)
--Component "gateway.example.com"
-- component_secret = "password"
-- modules_enabled = {
-- "cloud_notify";
-- }