modules/forgejo: allow migrations from local networks
All checks were successful
Flake checks / Check (pull_request) Successful in 22m44s

This commit is contained in:
b12f 2024-11-12 22:24:37 +01:00
parent 73333537a5
commit 27d6a53bf5
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -141,6 +141,12 @@
LOGIN_REMEMBER_DAYS = 365; LOGIN_REMEMBER_DAYS = 365;
}; };
# See https://docs.gitea.com/administration/config-cheat-sheet#migrations-migrations
migrations = {
# This allows migrations from the same forgejo instance
ALLOW_LOCALNETWORKS = true;
};
# https://forgejo.org/docs/next/admin/config-cheat-sheet/#indexer-indexer # https://forgejo.org/docs/next/admin/config-cheat-sheet/#indexer-indexer
indexer = { indexer = {
REPO_INDEXER_ENABLED = true; REPO_INDEXER_ENABLED = true;