Add git credential mapping for new domain

This commit is contained in:
coolneng 2025-04-10 13:20:34 +02:00
parent 7eb67000e4
commit 5c326f2e01
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -3,6 +3,11 @@ target=api/gitea
username_extractor=specific_line username_extractor=specific_line
line_username=1 line_username=1
skip_username=7 skip_username=7
[git.psydnd.org*]
target=api/gitea
username_extractor=specific_line
line_username=1
skip_username=7
[github.com*] [github.com*]
target=api/github target=api/github
username_extractor=specific_line username_extractor=specific_line