[gitea] Enable code indexing

This commit is contained in:
ctsk
2023-09-17 18:32:15 +02:00
parent 77445b72e0
commit 4d04b12d5f

View File

@@ -29,6 +29,10 @@ in {
repository = {
ENABLE_PUSH_CREATE_USER = true;
};
indexer = {
REPO_INDEXER_ENABLED = true;
REPO_INDEXER_EXCLUDE = "**.pdf, **.png, **.jpeg, **.jpm, **.svg, **.webm";
};
};
};