summaryrefslogtreecommitdiff
path: root/content/prosody.md
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.dk>2024-01-11 16:07:34 +0100
committerAdam Stück <adam@adast.dk>2024-01-15 09:48:26 +0100
commit23f873fc6fa5f54001934fbec64b13d6ad3920b1 (patch)
treebee971b17ad8bac0c9bbe716006052ba02c93016 /content/prosody.md
parent1fb8e60c45c33a775406cea277e98f689d2d7f57 (diff)
prosody: update packages dependencies
mod_http_file_share[1] is included in the core modules now so drop reference to prosody-modules. lua-dbi-postgresql is required for postgresql storage backend.[2] 1: https://prosody.im/doc/modules/mod_http_file_share 2: https://prosody.im/doc/depends#luadbi
Diffstat (limited to 'content/prosody.md')
-rw-r--r--content/prosody.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/content/prosody.md b/content/prosody.md
index 44e2f68..df18ad3 100644
--- a/content/prosody.md
+++ b/content/prosody.md
@@ -87,13 +87,7 @@ With this we can bring XMPP to the level of other popular instant messaging appl
It is extremely easy to setup.
This part is optional, but it can make XMPP more normie-friendly if you plan on moving family members and friends over to XMPP.
-First we need to install extra prosody modules. Run the following command:
-
-```sh
-apt install prosody-modules
-```
-
-Then we can add the following line to you prosody config file to enable file uploads:
+Add the following line to your prosody config file to enable file uploads:
```cfg
Component "{{<hl>}}uploads.example.org{{</hl>}}" "http_file_share"
@@ -134,7 +128,7 @@ Prosody includes the `internal` and `sql` storage backends by default.
If you wish to run Prosody with PostgreSQL, begin by installing the PostgreSQL:
```sh
-apt install postgresql
+apt install postgresql lua-dbi-postgresql
```
Then start the daemon: