9 lines
330 B
Plaintext
9 lines
330 B
Plaintext
|
source_up
|
||
|
|
||
|
export SYNCTHING_USER=$(pass packer-syncthing-user)
|
||
|
export SYNCTHING_PW=$(pass packer-syncthing-pw)
|
||
|
export SYNCTHING_API_KEY=$(pass packer-syncthing-api-key)
|
||
|
export SYNCTHING_CERT_PEM=$(pass packer-syncthing-cert.pem)
|
||
|
export SYNCTHING_KEY_PEM=$(pass packer-syncthing-key.pem)
|
||
|
export CERTBOT_EMAIL=$(pass certbot-email)
|