gitea: Allow wheels, but with a limit.

This commit is contained in:
Julien Palard 2022-11-30 12:07:55 +01:00
parent 13a14bf70f
commit a0622f6c64
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 14 additions and 1 deletions

View File

@ -72,7 +72,20 @@ ROUTER = console
# NAMES = Français,English
[packages]
ENABLED = false
ENABLED: true
LIMIT_TOTAL_OWNER_SIZE: 200 MB
LIMIT_SIZE_COMPOSER: 0
LIMIT_SIZE_CONAN: 0
LIMIT_SIZE_CONTAINER: 0
LIMIT_SIZE_GENERIC: 0
LIMIT_SIZE_HELM: 0
LIMIT_SIZE_MAVEN: 0
LIMIT_SIZE_NPM: 0
LIMIT_SIZE_NUGET: 0
LIMIT_SIZE_PUB: 0
LIMIT_SIZE_PYPI: 200 MB
LIMIT_SIZE_RUBYGEMS: 0
LIMIT_SIZE_VAGRANT: 0
[repository]
DEFAULT_PUSH_CREATE_PRIVATE = false