forgejo: enable repo indexer

This commit is contained in:
cy 2025-01-20 01:48:04 -05:00
parent 833a228870
commit d7f51613fd

View file

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