Trax custom config
This commit is contained in:
parent
c49fba538e
commit
fe994ba966
3 changed files with 22 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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.
|
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.
|
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.
|
||||||
|
|
|
@ -7,7 +7,7 @@ description.fr = "Forge logiciel légère"
|
||||||
|
|
||||||
version = "9.0.1~ynh2"
|
version = "9.0.1~ynh2"
|
||||||
|
|
||||||
maintainers = [ "Emmanuel Averty" ]
|
maintainers = [ "Julian Foad", "Emmanuel Averty" ]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in a new issue