Skip to content

Instantly share code, notes, and snippets.

View alxndrhi's full-sized avatar

Alexander Hinrichs alxndrhi

View GitHub Profile
@alxndrhi
alxndrhi / Makefile
Created December 24, 2024 00:23
Makefile starter Template
.PHONY: help
help: ## Print the make targets
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
@alxndrhi
alxndrhi / install-flynn.md
Last active December 30, 2023 14:31
Setup Flynn.io on DigitalOcean

Setup DigitalOcean Droplets

Create 3 new Ubuntu 16.04 Droplets (smallest tier is enough to start with)

DNS: add the IP Address of these machines to your DNS config IP 1 = flynn.example.tld IP 2 = flynn.example.tld IP 3 = flynn.example.tld *.flynn.example.tld = CNAME to flynn.example.tld