gitea: Disable third party OIDC login

This commit is contained in:
Lauri Võsandi 2023-08-11 15:02:36 +03:00
parent b3fe86ea90
commit 612e788d9b
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ spec:
- name: gitea
image: gitea/gitea:1.20.2
env:
- name: GITEA__OPENID__ENABLE_OPENID_SIGNIN
value: "false"
- name: GITEA__SERVER__SSH_SERVER_HOST_KEYS
value: ssh/gitea.rsa,ssh/gitea.ecdsa,ssh/gitea.ed25519
- name: GITEA__SERVER__START_SSH_SERVER