HTTP header improvements (#294)
[akkoma] / docs / docs / installation / alpine_linux_en.md
index 3be69af6ef9b8c45d9adb19c611b7c7daaca5042..aae8f9626086209304a5d95c236e419b9234e6da 100644 (file)
@@ -41,6 +41,12 @@ doas apk add git build-base cmake file-dev
 doas apk add erlang elixir
 ```
 
+* Install `erlang-eldap` if you want to enable ldap authenticator
+
+```shell
+doas apk add erlang-eldap
+```
+
 ### Install PostgreSQL
 
 * Install Postgresql server:
@@ -215,6 +221,8 @@ If your instance is up and running, you can create your first user with administ
 doas -u akkoma env MIX_ENV=prod mix pleroma.user new <username> <your@emailaddress> --admin
 ```
 
+{! installation/frontends.include !}
+
 #### Further reading
 
 {! installation/further_reading.include !}