... you will need a VM and sort out Cloudflare routing etc.
See instructions here.
curl -O -L https://raw.githubusercontent.com/token-cjg/hello_drone/master/bootstrap.sh
chmod +x bootstrap.sh
./bootstrap.sh $DRONE_GITHUB_CLIENT_ID $DRONE_GITHUB_CLIENT_SECRET
- wait for docker (several minutes)
- visit your.server.com # eg https://groklemins.tk
- Make sure that your domain is resolving first, otherwise certbot will complain!
- Make sure port 80 is open on your machine, otherwise again certbot won't work
- Make sure port 8000 is open on your machine, otherwise drone won't work.
sudo certbot certonly --standalone -d groklemins.tk