code: allow gitea push to create
This commit is contained in:
parent
28352f2652
commit
d11d48ae82
|
@ -27,6 +27,11 @@ data:
|
||||||
secret: "${client_secret}"
|
secret: "${client_secret}"
|
||||||
autoDiscoverUrl: "https://sso.${domain}/.well-known/openid-configuration"
|
autoDiscoverUrl: "https://sso.${domain}/.well-known/openid-configuration"
|
||||||
config:
|
config:
|
||||||
|
# https://docs.gitea.io/en-us/config-cheat-sheet
|
||||||
|
repository:
|
||||||
|
DEFAULT_PUSH_CREATE_PRIVATE: false
|
||||||
|
ENABLE_PUSH_CREATE_USER: true
|
||||||
|
ENABLE_PUSH_CREATE_ORG: true
|
||||||
server:
|
server:
|
||||||
ROOT_URL: "https://code.${domain}"
|
ROOT_URL: "https://code.${domain}"
|
||||||
# START_SSH_SERVER: true
|
# START_SSH_SERVER: true
|
||||||
|
|
Loading…
Reference in New Issue