mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-14 18:53:57 +01:00
git: extract sendemail config with creds to separate file
This commit is contained in:
parent
e01079b745
commit
b041cf009b
2 changed files with 11 additions and 8 deletions
|
@ -55,13 +55,6 @@
|
||||||
editor = nvim
|
editor = nvim
|
||||||
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes
|
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
[sendemail]
|
|
||||||
smtpserver = smtp.migadu.com
|
|
||||||
smtpuser = {{ (bitwarden "item" "Migadu email").login.username }}
|
|
||||||
smtpencryption = ssl
|
|
||||||
smtpserverport = 465
|
|
||||||
smtppass = {{ (bitwarden "item" "Migadu email").login.password | quote }}
|
|
||||||
confirm = auto
|
|
||||||
[submodule]
|
[submodule]
|
||||||
recurse = true
|
recurse = true
|
||||||
[fetch]
|
[fetch]
|
||||||
|
@ -120,4 +113,6 @@
|
||||||
helper = osxkeychain
|
helper = osxkeychain
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = ovh.config
|
path = work.config
|
||||||
|
path = sendemail
|
||||||
|
|
||||||
|
|
8
dot_config/git/private_sendemail.tmpl
Normal file
8
dot_config/git/private_sendemail.tmpl
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[sendemail]
|
||||||
|
smtpserver = smtp.migadu.com
|
||||||
|
smtpuser = {{ (bitwarden "item" "Migadu email").login.username }}
|
||||||
|
smtpencryption = ssl
|
||||||
|
smtpserverport = 465
|
||||||
|
smtppass = {{ (bitwarden "item" "Migadu email").login.password | quote }}
|
||||||
|
confirm = auto
|
||||||
|
|
Loading…
Reference in a new issue