disable downloading repository archives -- hopefully this will help prevent server overload
This commit is contained in:
parent
96e6eb8639
commit
3e85055af8
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ WORK_PATH = /data/gitea
|
||||||
|
|
||||||
[repository]
|
[repository]
|
||||||
ROOT = /data/git/repositories
|
ROOT = /data/git/repositories
|
||||||
|
DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true
|
||||||
|
|
||||||
[repository.local]
|
[repository.local]
|
||||||
LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
|
LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue