gitea- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive |
commit 0d1bfaa3ff813221e62003f8571aeffa3d525e6c
parent 30a9de1c857875d6d16dca3cd437b6a1a265a31f Author: acidvegas <acid.vegas@acid.vegas> Date: Mon, 19 Feb 2024 21:41:58 -0500 Updated MAX_FILES to 24 Diffstat:
|
1 file changed, 7 insertions(+), 0 deletions(-) |
diff --git a/app.ini b/app.ini @@ -24,6 +24,9 @@ DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true [repository.signing] DEFAULT_TRUST_MODEL = committer +[repository.upload] +MAX_FILES=24 + [server] SSH_DOMAIN = git.supernets.org DOMAIN = git.supernets.org @@ -90,3 +93,7 @@ MAX_DISPLAY_FILE_SIZE=52428800 # 50mb [attachment] MAX_SIZE = 4096 + +[other] +SHOW_FOOTER_VERSION: false +SHOW_FOOTER_TEMPLATE_LOAD_TIME: false |