Skip to content

Instantly share code, notes, and snippets.

@iamajoe
iamajoe / Caddyfile
Last active January 6, 2026 10:04
Wordpress docker compose with https
localhost {
tls internal
reverse_proxy wordpress:80 {
header_up Host {host}
header_up X-Real-IP {remote_host}
header_up X-Forwarded-For {remote_host}
header_up X-Forwarded-Proto {scheme}
}
}
@iamajoe
iamajoe / Makefile
Created June 3, 2023 07:36
Go Makefile
BINARY_NAME=$(shell basename $(CURDIR))
BINARY_PATH=./bin/${BINARY_NAME}
GOCMD=go
GREEN := $(shell tput -Txterm setaf 2)
YELLOW := $(shell tput -Txterm setaf 3)
WHITE := $(shell tput -Txterm setaf 7)
CYAN := $(shell tput -Txterm setaf 6)
RESET := $(shell tput -Txterm sgr0)
@iamajoe
iamajoe / _README.md
Created March 29, 2023 11:59
QMK keyboard mapping

QMK keyboard mapping

@iamajoe
iamajoe / _README.md
Created August 22, 2022 10:04
TMUX configs and cheatsheet

TMUX configs and cheatsheet

@iamajoe
iamajoe / _README.md
Last active August 27, 2022 08:59
VS Code

A list of configs for VS Code

VIM configs and cheatsheet

DEV machine setup

@iamajoe
iamajoe / _README.md
Last active August 22, 2022 10:38
Dotfiles

Dotfiles