Sign inSign up

jhaals/url-shortener

By jhaals

Updated over 10 years ago

Tiny URL shortener written in Go, database backed by sqlite

Image
4

1M+

jhaals/url-shortener repository overview

url-shortener

Simple URL shortener backed by sqlite.

docker run -dv /local/data/path:/data \
	-p 1337:1337 \
	-e BASE_URL=http://mydomain.com \
	-e DB_PATH=/data \
	jhaals/url-shortener

Tag summary

Content type

Image

Digest

Size

257.6 MB

Last updated

over 10 years ago

docker pull jhaals/url-shortener