Add email to cryptissue

This commit is contained in:
Marko Korhonen 2022-08-17 14:36:26 +03:00
parent 13a6ab2293
commit eb93f02f66
3 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,6 @@ export PASS_MUSPY="$(pass entertainment/muspy.com | head -1)"
export PASS_ARIA2="$(pass linux/aria2 | head -1)"
export PASS_MPD="$(pass linux/mpd | head -1)"
export PASS_MPD_ADMIN="$(pass linux/mpd-admin | head -1)"
export PASS_IPMI="$(pass selfhosted/idrac | head -1)"
export PASS_MQTT="$(pass selfhosted/mqtt.reekynet.com | head -1)"
export PASS_EMAIL_HACKER="$(pass email/functionalhacker@korhonen.cc | head -1)"
@ -16,6 +15,7 @@ export PASS_EMAIL_ADMIN="$(pass email/admin@korhonen.cc | head -1)"
export ME_FULLNAME="$(pass me | head -1)"
export ME_ADDRESS="$(pass me | rg 'address' | cut -d' ' -f2-)"
export ME_PHONE="$(pass me | rg 'phone' | cut -d' ' -f2-)"
export ME_email="$(pass me | rg 'email' | cut -d' ' -f2-)"
export WIREGUARD_MIRKWOOD_PRIVKEY="$(pass selfhosted/wireguard/mirkwood | grep PrivateKey | cut -d' ' -f2-)"
export WIREGUARD_MIRKWOOD_PUBKEY="$(pass selfhosted/wireguard/mirkwood | grep PublicKey | cut -d' ' -f2-)"

View file

@ -20,6 +20,7 @@ export PASS_EMAIL_ADMIN="$PASS_EMAIL_ADMIN"
export ME_FULLNAME="$ME_FULLNAME"
export ME_ADDRESS="$ME_ADDRESS"
export ME_PHONE="$ME_PHONE"
export ME_EMAIL="$ME_EMAIL"
export WIREGUARD_MIRKWOOD_PRIVKEY="$WIREGUARD_MIRKWOOD_PRIVKEY"
export WIREGUARD_MIRKWOOD_PUBKEY="$WIREGUARD_MIRKWOOD_PUBKEY"