diff --git a/README.md b/README.md
index 21fbfc4..ed261d9 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,18 @@
-<!--
-N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
-It shall NOT be edited by hand.
--->
-
 # Forgejo for YunoHost
 
+**This is the Trax custom variant of Forgejo-for-Yunohost.**
+
+The Trax variant has:
+
+- [ForgeFed](https://forgefed.org/) federation enabled
+- [Libravatar](https://www.libravatar.org/) federated avatars enabled
+- unstable/experimental build versions
+- some "Trax" custom branding
+
+The remaining documentation is from the standard variant.
+
+---
+
 [![Integration level](https://dash.yunohost.org/integration/forgejo.svg)](https://ci-apps.yunohost.org/ci/apps/forgejo/) ![Working status](https://ci-apps.yunohost.org/ci/badges/forgejo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/forgejo.maintain.svg)
 
 [![Install Forgejo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=forgejo)
diff --git a/conf/app.ini b/conf/app.ini
index ac50d96..245f05e 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -1,9 +1,15 @@
 ; https://codeberg.org/forgejo/forgejo/src/branch/forgejo/custom/conf/app.example.ini
-APP_NAME = Forgejo
+APP_NAME = Trax Forgejo
 RUN_USER = __APP__
 RUN_MODE = prod
 WORK_PATH = __INSTALL_DIR__
 
+[federation]
+ENABLED = true
+
+[F3]
+ENABLED = true
+
 [database]
 DB_TYPE = postgres
 HOST = 127.0.0.1:5432
@@ -51,6 +57,7 @@ ENABLE_REVERSE_PROXY_EMAIL = true
 [picture]
 AVATAR_UPLOAD_PATH = __DATA_DIR__/data/avatars
 REPOSITORY_AVATAR_UPLOAD_PATH = __DATA_DIR__/data/repo-avatars
+ENABLE_FEDERATED_AVATAR = true
 
 [attachment]
 PATH = __DATA_DIR__/attachments