mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	@@ -2378,33 +2378,33 @@ ROUTER = console
 | 
				
			|||||||
;; Path for chunked uploads. Defaults to APP_DATA_PATH + `tmp/package-upload`
 | 
					;; Path for chunked uploads. Defaults to APP_DATA_PATH + `tmp/package-upload`
 | 
				
			||||||
;CHUNKED_UPLOAD_PATH = tmp/package-upload
 | 
					;CHUNKED_UPLOAD_PATH = tmp/package-upload
 | 
				
			||||||
;;
 | 
					;;
 | 
				
			||||||
;; Maxmimum count of package versions a single owner can have (`-1` means no limits)
 | 
					;; Maximum count of package versions a single owner can have (`-1` means no limits)
 | 
				
			||||||
;LIMIT_TOTAL_OWNER_COUNT = -1
 | 
					;LIMIT_TOTAL_OWNER_COUNT = -1
 | 
				
			||||||
;; Maxmimum size of packages a single owner can use (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					;; Maximum size of packages a single owner can use (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
;LIMIT_TOTAL_OWNER_SIZE = -1
 | 
					;LIMIT_TOTAL_OWNER_SIZE = -1
 | 
				
			||||||
;; Maxmimum size of a Composer upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					;; Maximum size of a Composer upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
;LIMIT_SIZE_COMPOSER = -1
 | 
					;LIMIT_SIZE_COMPOSER = -1
 | 
				
			||||||
;; Maxmimum size of a Conan upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					;; Maximum size of a Conan upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
;LIMIT_SIZE_CONAN = -1
 | 
					;LIMIT_SIZE_CONAN = -1
 | 
				
			||||||
;; Maxmimum size of a Container upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					;; Maximum size of a Container upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
;LIMIT_SIZE_CONTAINER = -1
 | 
					;LIMIT_SIZE_CONTAINER = -1
 | 
				
			||||||
;; Maxmimum size of a Generic upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					;; Maximum size of a Generic upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
;LIMIT_SIZE_GENERIC = -1
 | 
					;LIMIT_SIZE_GENERIC = -1
 | 
				
			||||||
;; Maxmimum size of a Helm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					;; Maximum size of a Helm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
;LIMIT_SIZE_HELM = -1
 | 
					;LIMIT_SIZE_HELM = -1
 | 
				
			||||||
;; Maxmimum size of a Maven upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					;; Maximum size of a Maven upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
;LIMIT_SIZE_MAVEN = -1
 | 
					;LIMIT_SIZE_MAVEN = -1
 | 
				
			||||||
;; Maxmimum size of a npm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					;; Maximum size of a npm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
;LIMIT_SIZE_NPM = -1
 | 
					;LIMIT_SIZE_NPM = -1
 | 
				
			||||||
;; Maxmimum size of a NuGet upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					;; Maximum size of a NuGet upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
;LIMIT_SIZE_NUGET = -1
 | 
					;LIMIT_SIZE_NUGET = -1
 | 
				
			||||||
;; Maxmimum size of a Pub upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					;; Maximum size of a Pub upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
;LIMIT_SIZE_PUB = -1
 | 
					;LIMIT_SIZE_PUB = -1
 | 
				
			||||||
;; Maxmimum size of a PyPI upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					;; Maximum size of a PyPI upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
;LIMIT_SIZE_PYPI = -1
 | 
					;LIMIT_SIZE_PYPI = -1
 | 
				
			||||||
;; Maxmimum size of a RubyGems upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					;; Maximum size of a RubyGems upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
;LIMIT_SIZE_RUBYGEMS = -1
 | 
					;LIMIT_SIZE_RUBYGEMS = -1
 | 
				
			||||||
;; Maxmimum size of a Vagrant upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					;; Maximum size of a Vagrant upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
;LIMIT_SIZE_VAGRANT = -1
 | 
					;LIMIT_SIZE_VAGRANT = -1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 | 
					;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1179,20 +1179,20 @@ Task queue configuration has been moved to `queue.task`. However, the below conf
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- `ENABLED`: **true**: Enable/Disable package registry capabilities
 | 
					- `ENABLED`: **true**: Enable/Disable package registry capabilities
 | 
				
			||||||
- `CHUNKED_UPLOAD_PATH`: **tmp/package-upload**: Path for chunked uploads. Defaults to `APP_DATA_PATH` + `tmp/package-upload`
 | 
					- `CHUNKED_UPLOAD_PATH`: **tmp/package-upload**: Path for chunked uploads. Defaults to `APP_DATA_PATH` + `tmp/package-upload`
 | 
				
			||||||
- `LIMIT_TOTAL_OWNER_COUNT`: **-1**: Maxmimum count of package versions a single owner can have (`-1` means no limits)
 | 
					- `LIMIT_TOTAL_OWNER_COUNT`: **-1**: Maximum count of package versions a single owner can have (`-1` means no limits)
 | 
				
			||||||
- `LIMIT_TOTAL_OWNER_SIZE`: **-1**: Maxmimum size of packages a single owner can use (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					- `LIMIT_TOTAL_OWNER_SIZE`: **-1**: Maximum size of packages a single owner can use (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
- `LIMIT_SIZE_COMPOSER`: **-1**: Maxmimum size of a Composer upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					- `LIMIT_SIZE_COMPOSER`: **-1**: Maximum size of a Composer upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
- `LIMIT_SIZE_CONAN`: **-1**: Maxmimum size of a Conan upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					- `LIMIT_SIZE_CONAN`: **-1**: Maximum size of a Conan upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
- `LIMIT_SIZE_CONTAINER`: **-1**: Maxmimum size of a Container upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					- `LIMIT_SIZE_CONTAINER`: **-1**: Maximum size of a Container upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
- `LIMIT_SIZE_GENERIC`: **-1**: Maxmimum size of a Generic upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					- `LIMIT_SIZE_GENERIC`: **-1**: Maximum size of a Generic upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
- `LIMIT_SIZE_HELM`: **-1**: Maxmimum size of a Helm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					- `LIMIT_SIZE_HELM`: **-1**: Maximum size of a Helm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
- `LIMIT_SIZE_MAVEN`: **-1**: Maxmimum size of a Maven upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					- `LIMIT_SIZE_MAVEN`: **-1**: Maximum size of a Maven upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
- `LIMIT_SIZE_NPM`: **-1**: Maxmimum size of a npm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					- `LIMIT_SIZE_NPM`: **-1**: Maximum size of a npm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
- `LIMIT_SIZE_NUGET`: **-1**: Maxmimum size of a NuGet upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					- `LIMIT_SIZE_NUGET`: **-1**: Maximum size of a NuGet upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
- `LIMIT_SIZE_PUB`: **-1**: Maxmimum size of a Pub upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					- `LIMIT_SIZE_PUB`: **-1**: Maximum size of a Pub upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
- `LIMIT_SIZE_PYPI`: **-1**: Maxmimum size of a PyPI upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					- `LIMIT_SIZE_PYPI`: **-1**: Maximum size of a PyPI upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
- `LIMIT_SIZE_RUBYGEMS`: **-1**: Maxmimum size of a RubyGems upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					- `LIMIT_SIZE_RUBYGEMS`: **-1**: Maximum size of a RubyGems upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
- `LIMIT_SIZE_VAGRANT`: **-1**: Maxmimum size of a Vagrant upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
					- `LIMIT_SIZE_VAGRANT`: **-1**: Maximum size of a Vagrant upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Mirror (`mirror`)
 | 
					## Mirror (`mirror`)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
/bazel-*
 | 
					/bazel-*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Directories for the Bazel IntelliJ plugin containing the generated
 | 
					# Directories for the Bazel IntelliJ plugin containing the generated
 | 
				
			||||||
# IntelliJ project files and plugin configuration. Seperate directories are
 | 
					# IntelliJ project files and plugin configuration. Separate directories are
 | 
				
			||||||
# for the IntelliJ, Android Studio and CLion versions of the plugin.
 | 
					# for the IntelliJ, Android Studio and CLion versions of the plugin.
 | 
				
			||||||
/.ijwb/
 | 
					/.ijwb/
 | 
				
			||||||
/.aswb/
 | 
					/.aswb/
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user