forgejo: enable repo indexer

This commit is contained in:
cy 2025-01-20 01:48:04 -05:00
parent aac6f5dab8
commit e6dd3fffdd

View file

@ -20,6 +20,7 @@
}; };
actions.ENABLED = false; actions.ENABLED = false;
repository.ENABLE_PUSH_CREATE_USER = true; repository.ENABLE_PUSH_CREATE_USER = true;
indexer.REPO_INDEXER_ENABLED = true;
}; };
database = { database = {
type = "postgres"; type = "postgres";