From f1c108d991ca4e033aee747ed80c864c512a7cfa Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 27 Oct 2020 13:02:34 +0100 Subject: [PATCH] Add gitlab to pass-git-helper --- pass-git/.config/pass-git-helper/git-pass-mapping.ini | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pass-git/.config/pass-git-helper/git-pass-mapping.ini b/pass-git/.config/pass-git-helper/git-pass-mapping.ini index a6abdc0..1dd1131 100644 --- a/pass-git/.config/pass-git-helper/git-pass-mapping.ini +++ b/pass-git/.config/pass-git-helper/git-pass-mapping.ini @@ -1,8 +1,15 @@ [git.coolneng.duckdns.org*] -target=dev/gitea +target=web/git.coolneng.duckdns.org username_extractor=specific_line line_username=1 +skip_username=7 [github.com*] -target=dev/github +target=web/github.com username_extractor=specific_line line_username=1 +skip_username=7 +[gitlab.com*] +target=web/gitlab.com +username_extractor=specific_line +line_username=1 +skip_username=7