feat: create push enabled for repos
This commit is contained in:
parent
365893dc98
commit
630771300b
|
@ -4,6 +4,8 @@ RUN_USER = git
|
||||||
|
|
||||||
[repository]
|
[repository]
|
||||||
ROOT = /data/git/repositories
|
ROOT = /data/git/repositories
|
||||||
|
ENABLE_CREATE_PUSH_USER = true
|
||||||
|
ENABLE_CREATE_PUSH_ORG = true
|
||||||
|
|
||||||
[repository.local]
|
[repository.local]
|
||||||
LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
|
LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
|
||||||
|
|
Loading…
Reference in New Issue