Closed
Description
Feature Description
As I found in the related forum thread, runDumpRepository
never calls LoadSettings
, meaning settings are ignored when trying to migrate repos. In my case, this mean SKIP_TLS_VERIFY
does nothing when running dump_repo
.
Adding setting.LoadSettings()
somewhere in runDumpRepository
would fix the issue, but I'm not sure if it would have unwanted side effects.
Edit: Specifically, I'm using ./gitea dump-repo
on the cli.
Screenshots
No response