diff options
author | lain <lain@soykaf.club> | 2024-11-12 09:58:28 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2024-11-12 09:58:28 +0000 |
commit | 6941c47ac8a9e9d159e20ee10eebea629481e4f3 (patch) | |
tree | 013d666b6c5a05375ac23d2331cfd08fc1d119d4 /docs/installation/openbsd_en.md | |
parent | 35bd1977335a2bf73207f22aecbaead6e3112a1c (diff) | |
parent | ee3ab8b625ccb26aa633276c1676a077e3b155d4 (diff) | |
download | pleroma-6941c47ac8a9e9d159e20ee10eebea629481e4f3.tar.gz pleroma-6941c47ac8a9e9d159e20ee10eebea629481e4f3.zip |
Merge branch 'develop' into 'tusooa/se-opt-out'
# Conflicts:
# lib/pleroma/web/metadata/providers/feed.ex
Diffstat (limited to 'docs/installation/openbsd_en.md')
-rw-r--r-- | docs/installation/openbsd_en.md | 2 |
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. |