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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user