*Installation / Configuration*
_Docker Compose_
Use the Docker Compose file
deploy/with-nginx-and-letsencrypt/docker-compose.yml to set up a yopass
instance with TLS transport encryption and certificate auto renewal
using Let’s Encrypt. First point your domain to the host you want to run
yopass on. Then replace the placeholder values for VIRTUAL_HOST,
LETSENCRYPT_HOST and LETSENCRYPT_EMAIL in
deploy/with-nginx-and-letsencrypt/docker-compose.yml with your values.
Afterwards change the directory to deploy/with-nginx-and-letsencrypt and
start the containers with:
docker-compose up -d
Yopass will then be available under the domain you specified through
VIRTUAL_HOST / LETSENCRYPT_HOST.
Ref: github.com/jhaals/yopass#readme