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 ##
|
## Setup ##
|
||||||
# System Dependencies
|
# System Dependencies
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y prosody \
|
apt-get install -y prosody prosody-modules \
|
||||||
bash sudo htop \
|
bash sudo htop \
|
||||||
vim
|
vim
|
||||||
|
|
||||||
|
|||||||
@@ -26,3 +26,7 @@ VirtualHost "example.com"
|
|||||||
---Set up an external component (default component port is 5347)
|
---Set up an external component (default component port is 5347)
|
||||||
--Component "gateway.example.com"
|
--Component "gateway.example.com"
|
||||||
-- component_secret = "password"
|
-- component_secret = "password"
|
||||||
|
|
||||||
|
-- modules_enabled = {
|
||||||
|
-- "cloud_notify";
|
||||||
|
-- }
|
||||||
|
|||||||
Reference in New Issue
Block a user