feat: Disable download function for repo archive in forgejo
This commit is contained in:
parent
303d05907e
commit
5de4c827d8
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ in
|
||||||
repository = {
|
repository = {
|
||||||
DEFAULT_PRIVATE = "last";
|
DEFAULT_PRIVATE = "last";
|
||||||
DEFAULT_BRANCH = "master";
|
DEFAULT_BRANCH = "master";
|
||||||
|
DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true;
|
||||||
};
|
};
|
||||||
service = {
|
service = {
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue