Description
Description
Repositories can not be migrated anymore unless the following lines are present in Gitea's configuration file:
[migrations]
ALLOWED_DOMAINS = *
When this not present, starting a mirror migration from github.com results in this error message being shown:
The documentation's config cheat sheet for v1.22.1 tells that if this config value is undefined, it should not block anything:
ALLOWED_DOMAINS
: empty: Domains allowlist for migrating repositories, default is blank. It means everything will be allowed.
I have first noticed this issue in v1.22.0, and the issue is also present after updating to v1.22.1.
On an other instance of mine, which is still running v1.21.4
, migrations can be created fine, without overriding the default value of the migrations.ALLOWED_DOMAINS
.
Gitea Version
v1.22.1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/mpeter50/8a50ed8f4605ee833b3e7dc552e6eb2b
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Docker Compose, with a locally built image from unmodified source at versioned tag.
Database
MySQL/MariaDB