gitea: enable packages

This commit is contained in:
Motiejus Jakštys 2024-05-10 15:24:59 +03:00
parent c7b0ac1d15
commit 11af93f220
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
api.ENABLE_SWAGGER = false;
mirror.ENABLED = false;
other.SHOW_FOOTER_VERSION = false;
packages.ENABLED = false;
packages.ENABLED = true;
repo-archive.ENABLED = false;
repository = {
DEFAULT_REPO_UNITS = "repo.code,repo.releases";