From fe994ba9667b46ef9e0b8431a3c114787f0f343d Mon Sep 17 00:00:00 2001 From: Julian Foad Date: Sat, 12 Oct 2024 14:26:23 +0100 Subject: [PATCH] Trax custom config --- conf/app.ini | 9 ++++++++- doc/DESCRIPTION.md | 13 +++++++++++++ manifest.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/conf/app.ini b/conf/app.ini index 66e7c62..031c9e7 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 diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index d96e91a..bf5451b 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,3 +1,16 @@ +**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 +- sometimes unstable/experimental build versions +- some "Trax" custom branding + +The remaining documentation is from the standard variant. + +--- + Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job. Brought to you by an inclusive community under the umbrella of Codeberg e.V., a democratic non-profit organization, Forgejo can be trusted to be exclusively Free Software. It focuses on security, scaling, federation and privacy. diff --git a/manifest.toml b/manifest.toml index ebe6bbd..4907df3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Forge logiciel légère" version = "9.0.1~ynh2" -maintainers = [ "Emmanuel Averty" ] +maintainers = [ "Julian Foad", "Emmanuel Averty" ] [upstream] license = "GPL-3.0-or-later"