mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-18 03:58:52 +00:00
Allow site admin to disable mirrors (#11740)
* Allow site admin to disable mirrors Signed-off-by: jolheiser <[email protected]> * No need to run through Safe Signed-off-by: jolheiser <[email protected]> * Clarify only disabling NEW mirrors Signed-off-by: jolheiser <[email protected]> * Apply suggestions from @guillep2k Co-authored-by: guillep2k <[email protected]> Co-authored-by: guillep2k <[email protected]>
This commit is contained in:
committed by
GitHub
co-authored by
guillep2k
parent
63733d795a
commit
a2bae20bea
@@ -70,6 +70,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
|
||||
- `ENABLE_PUSH_CREATE_USER`: **false**: Allow users to push local repositories to Gitea and have them automatically created for a user.
|
||||
- `ENABLE_PUSH_CREATE_ORG`: **false**: Allow users to push local repositories to Gitea and have them automatically created for an org.
|
||||
- `PREFIX_ARCHIVE_FILES`: **true**: Prefix archive files by placing them in a directory named after the repository.
|
||||
- `DISABLE_MIRRORS`: **false**: Disable the creation of **new** mirrors. Pre-existing mirrors remain valid.
|
||||
|
||||
### Repository - Pull Request (`repository.pull-request`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user