summaryrefslogtreecommitdiff
path: root/docs/installation/openbsd_en.md
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2024-11-12 14:33:30 +0400
committerLain Soykaf <lain@lain.com>2024-11-12 14:33:30 +0400
commit2baa9b007221a654dbfe2aad9353e5815f9d1ddb (patch)
treee7c655020bad9a6173a532d8aa76ff956b54f720 /docs/installation/openbsd_en.md
parent23e5eed4e0e61ea65bd895bee7d8a137fccf3307 (diff)
parent6099a94dbc26c9f86e340769af34c7b28725d831 (diff)
downloadpleroma-2baa9b007221a654dbfe2aad9353e5815f9d1ddb.tar.gz
pleroma-2baa9b007221a654dbfe2aad9353e5815f9d1ddb.zip
Merge branch 'develop' into pleroma-token-view-scopes
Diffstat (limited to 'docs/installation/openbsd_en.md')
-rw-r--r--docs/installation/openbsd_en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/openbsd_en.md b/docs/installation/openbsd_en.md
index e58e144d2..78bbf399f 100644
--- a/docs/installation/openbsd_en.md
+++ b/docs/installation/openbsd_en.md
@@ -12,7 +12,7 @@ For any additional information regarding commands and configuration files mentio
To install them, run the following command (with doas or as root):
```
-pkg_add elixir gmake git postgresql-server postgresql-contrib cmake ffmpeg ImageMagick
+pkg_add elixir gmake git postgresql-server postgresql-contrib cmake ffmpeg ImageMagick libvips
```
Pleroma requires a reverse proxy, OpenBSD has relayd in base (and is used in this guide) and packages/ports are available for nginx (www/nginx) and apache (www/apache-httpd). Independently of the reverse proxy, [acme-client(1)](https://man.openbsd.org/acme-client) can be used to get a certificate from Let's Encrypt.