Add support for custom SSH user for GitLab self-hosted

This commit is contained in:
Titouan Mathis
2022-12-21 14:55:13 +01:00
parent f38114f5a5
commit 2391850218
8 changed files with 63 additions and 10 deletions

View File

@@ -325,6 +325,7 @@ model GitSource {
apiUrl String?
htmlUrl String?
customPort Int @default(22)
customUser String @default("git")
organization String?
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt