code: allow gitea push to create

This commit is contained in:
xeruf 2022-11-18 02:51:59 +00:00
parent 28352f2652
commit d11d48ae82
1 changed files with 5 additions and 0 deletions

View File

@ -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