From 00461a11fc62e94f24329454552d27b758796070 Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Wed, 22 Nov 2023 09:01:50 +0900 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 351a7800a..8a21895be 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,12 @@ The main differences between this and the upstream repository are - Uses the official Elixir image from Docker Hub - Automatically builds the Akkoma backend when building the Docker image, instead of requiring complex commands after pulling/building images -- Files/directories to mount are minified and completely separated from the repository files, allowing better control over file permissions +- Files/directories to be mounted are completely separated from the repository, making the image portable and allowing better control over file permissions - Has an actual Docker entry point, rather than a command that pretends to be an entry point - Includes out-of-the-box support for [PGroonga](https://pgroonga.github.io/), the fast and accurate full-text search extension for PostgreSQL - Added support for searching media posts, which I really needed -- Added support to search for posts from people you follow, which is nice to have +- Added support to search for posts by/accounts of people you follow, which is nice to have +- Added support to search for local posts/accounts of the current instance, which is also nice to have - These search extensions are configurable, so simply turn off if you don't want them - Includes some improvements to the initial configuration wizard - Added OpenSearch protocol support