See https://git.coopcloud.tech/coop-cloud/organising/issues/589.
Default remains the same, disabled.
https://docs.gitea.com/next/administration/repo-indexer#setting-up-the-repository-indexer
https://docs.gitea.com/administration/config-cheat-sheet#indexer-indexer
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
See coop-cloud/organising#589.
Default remains the same, disabled.
https://docs.gitea.com/next/administration/repo-indexer#setting-up-the-repository-indexer
https://docs.gitea.com/administration/config-cheat-sheet#indexer-indexer
Seems fine, thanks! One suggestion
@@ -33,3 +33,3 @@[indexer]STARTUP_TIMEOUT = 0REPO_INDEXER_ENABLED = {{ env "GITEA_REPO_INDEXER_ENABLED" }}Worth doing like
{{ or (env "GITEA_REPO_INDEXER_ENABLED") "false" }}to avoid everyone needing to add new defaults here?@@ -34,2 +34,3 @@[indexer]STARTUP_TIMEOUT = 0REPO_INDEXER_ENABLED = {{ env "GITEA_REPO_INDEXER_ENABLED" }}STARTUP_TIMEOUT = {{ env "GITEA_STARTUP_TIMEOUT" }}Ditto
@@ -0,0 +1,7 @@Please add the following new defaults to your `.env` file:Can remove this entirely if above is implemented?
5df896271atoea7e26698a@3wordchant noice, patched with that cool "or" syntax!