modules/forgejo: allow migrations from local networks #262

Merged
b12f merged 1 commit from forgejo/allow-local-migrations into main 2024-11-14 11:10:44 +00:00
Showing only changes of commit 27d6a53bf5 - Show all commits

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;