]> source.dussan.org Git - gitea.git/commit
Add `DEFAULT_MIRROR_REPO_UNITS` and `DEFAULT_TEMPLATE_REPO_UNITS` options (#32416)
authorZettat123 <zettat123@gmail.com>
Mon, 11 Nov 2024 00:11:00 +0000 (08:11 +0800)
committerGitHub <noreply@github.com>
Mon, 11 Nov 2024 00:11:00 +0000 (00:11 +0000)
commitb1f42a0cdddc8db9eef87041d6bcb328b2ef35fc
treefb7cd68218b98344859421debaf925b7ace1b306
parenta910abbb451ea89b8279b43bd818a140fe0f3b51
Add `DEFAULT_MIRROR_REPO_UNITS` and `DEFAULT_TEMPLATE_REPO_UNITS` options (#32416)

Resolve #30350

The action unit of mirrors and templates should be disabled by default.
This PR adds `DEFAULT_MIRROR_REPO_UNITS` and
`DEFAULT_TEMPLATE_REPO_UNITS` options to allow users to specify default
units for mirrors and templates.

Thanks to @lng2020 for the
[idea](https://github.com/go-gitea/gitea/issues/30350#issuecomment-2053942243)
custom/conf/app.example.ini
models/unit/unit.go
modules/setting/repository.go
services/repository/create.go