Trax custom config
This commit is contained in:
parent
a236c908ac
commit
054ad875be
2 changed files with 21 additions and 6 deletions
18
README.md
18
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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue