Skip to content

nexus-uw/mini-madeuce

Repository files navigation

Mini-Madeuce

what

selfhosted url shortener written in go + run using docker

why

mokin-token.ramsay.xyz notes are too long to manually type into a browser nav bar

WIP

touch db/mini-maduece
go get
go build && PORT=9090 HOST=localhost:9090 ./mini-madeuce

goto http://localhost:9090

todo

referrer+CSP is set in html to make sure that committed to code and reduces config requirement to deploy

onion url is handled by caddy currently (dont want to make it configurable from code today)