Repo with a simple http server with auth to serve my email.
Author: brian (git@myr.sh)
Date: Sun Jan 28 20:40:36 2024 -0300
Parent: e0ebb54
Updated domain
diff --git a/Makefile b/Makefile index e8310ec..3f450e2 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,5 @@ deploy: $(wildcard cmd/web/*.go) ssh zero "mv dovel-web .local/bin" deploy-certs: fullchain.pem privkey.pem - scp -O fullchain.pem zero:certs/dovel.email-fullchain.pem - scp -O privkey.pem zero:certs/dovel.email-privkey.pem + scp -O fullchain.pem zero:certs/inbox.dovel.email-fullchain.pem + scp -O privkey.pem zero:certs/inbox.dovel.email-privkey.pem