Source code for my personal website
This repository contains both code for my Go server and the Angular Bootstrap front end.
Certs are managed by acme.sh running as a Docker container. It auto-renews all certs in the background.
cd acme
cp .env.example .env # fill in Namecheap API credentials
docker-compose -f ../docker-compose.yml up -d nginx
./init-acme.sh
docker-compose up -d # start acme.sh daemon
cd acme && ./rotate-ssl.sh