Trax custom config
This commit is contained in:
parent
7f2f27f153
commit
15989f3c21
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
|
# 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)
|
[![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)
|
[![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
|
; https://codeberg.org/forgejo/forgejo/src/branch/forgejo/custom/conf/app.example.ini
|
||||||
APP_NAME = Forgejo
|
APP_NAME = Trax Forgejo
|
||||||
RUN_USER = __APP__
|
RUN_USER = __APP__
|
||||||
RUN_MODE = prod
|
RUN_MODE = prod
|
||||||
WORK_PATH = __INSTALL_DIR__
|
WORK_PATH = __INSTALL_DIR__
|
||||||
|
|
||||||
|
[federation]
|
||||||
|
ENABLED = true
|
||||||
|
|
||||||
|
[F3]
|
||||||
|
ENABLED = true
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
DB_TYPE = postgres
|
DB_TYPE = postgres
|
||||||
HOST = 127.0.0.1:5432
|
HOST = 127.0.0.1:5432
|
||||||
|
@ -51,6 +57,7 @@ ENABLE_REVERSE_PROXY_EMAIL = true
|
||||||
[picture]
|
[picture]
|
||||||
AVATAR_UPLOAD_PATH = __DATA_DIR__/data/avatars
|
AVATAR_UPLOAD_PATH = __DATA_DIR__/data/avatars
|
||||||
REPOSITORY_AVATAR_UPLOAD_PATH = __DATA_DIR__/data/repo-avatars
|
REPOSITORY_AVATAR_UPLOAD_PATH = __DATA_DIR__/data/repo-avatars
|
||||||
|
ENABLE_FEDERATED_AVATAR = true
|
||||||
|
|
||||||
[attachment]
|
[attachment]
|
||||||
PATH = __DATA_DIR__/attachments
|
PATH = __DATA_DIR__/attachments
|
||||||
|
|
Loading…
Reference in a new issue