Add community modules for Prosody and give an example of enabling notifications.
This commit is contained in:
@@ -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";
|
||||
-- }
|
||||
|
||||
Reference in New Issue
Block a user