add [repository.upload] support to the configuration

Note: Requires updates to config file so add this to the release notes.
This commit is contained in:
cas
2023-12-07 18:01:05 -08:00
parent 464c890afb
commit 9d44d9e61c
4 changed files with 18 additions and 1 deletions
+5
View File
@@ -21,6 +21,11 @@ GITEA_DISABLE_GRAVATAR=false
GITEA_ENABLE_FEDERATED_AVATAR=true
GITEA_LANDING_PAGE=organizations
GITEA_REPO_UPLOAD_ENABLED=true
GITEA_REPO_UPLOAD_ALLOWED_TYPES=*/*
GITEA_REPO_UPLOAD_MAX_SIZE=50
GITEA_REPO_UPLOAD_MAX_FILES=5
GITEA_MAILER_FROM=noreply@example.com
GITEA_MAILER_USER=noreply@example.com