gitea: disable repo-archive

This commit is contained in:
Motiejus Jakštys 2024-05-02 17:30:09 +03:00
parent 5836bbd0b6
commit 1de6593d28

View File

@ -34,6 +34,7 @@
mirror.ENABLED = false; mirror.ENABLED = false;
other.SHOW_FOOTER_VERSION = false; other.SHOW_FOOTER_VERSION = false;
packages.ENABLED = false; packages.ENABLED = false;
repo-archive.ENABLED = false;
repository = { repository = {
DEFAULT_REPO_UNITS = "repo.code,repo.releases"; DEFAULT_REPO_UNITS = "repo.code,repo.releases";
DISABLE_MIGRATIONS = true; DISABLE_MIGRATIONS = true;