Skip to content

Commit

Permalink
chore: add path to external plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Sep 19, 2024
1 parent 293c6b3 commit ece7bc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/local/etc/prosody/prosody.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ ssl = {
key = "/etc/prosody/certs/prose.org.local.key";
}

-- Path to external plugins
plugin_paths = { "/usr/local/lib/prosody/modules" }

-- Disable in-band registrations (done through the Prose Pod Dashboard/API)
allow_registration = false

Expand Down Expand Up @@ -126,7 +129,7 @@ Component "groups.prose.org.local" "muc"
-- Modules
modules_enabled = {
"muc_mam";
"muc_public_affiliation";
"muc_public_affiliations";
}

-- MAM settings
Expand Down
3 changes: 3 additions & 0 deletions server/pod/etc/prosody/prosody.cfg.lua.initial
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ modules_enabled = {
"auto_activate_hosts";
}

-- Path to external plugins
plugin_paths = { "/usr/local/lib/prosody/modules" }

-- Disable in-band registrations (done through the Prose Pod Dashboard/API)
allow_registration = false

Expand Down

0 comments on commit ece7bc5

Please sign in to comment.