Update README

This commit is contained in:
itepechi 2023-11-22 09:01:50 +09:00
parent 0bbcd4065f
commit 00461a11fc
1 changed files with 3 additions and 2 deletions

View File

@ -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