2016-12-04 23:05:34 +00:00
2016-12-04 19:16:57 +00:00
2016-11-20 13:28:16 +00:00
2016-11-20 17:32:25 +00:00
2016-11-17 23:33:25 +00:00
2016-11-20 17:32:25 +00:00
2016-11-20 17:49:11 +00:00
2016-11-20 17:36:16 +00:00

ozu.io - A drunken, shitty URL shortener

build-status

What do you do when you wanna mess with a new programming language? You make a URL shortener, duh!

Usage

via CLI

$ ozuio --help
usage: ozuio [<flags>]

Flags:
      --help                  Show context-sensitive help (also try --help-long and --help-man).
  -p, --port="8080"           Port to listen to.
  -b, --bind="0.0.0.0"        Bind address.
  -d, --dir="ozuio_database"  Directory to store database file.
  -v, --version               Print version info.

via Docker

$ docker run -d --name ozu.io -p 8080:8080 -v /ozuio_data:/data jimeh/ozu.io
Description
A drunken, shitty URL shortener in Go, for fun.
Readme 213 KiB
Languages
Go 86.7%
Makefile 5.1%
HTML 4.2%
CSS 3.7%
Dockerfile 0.3%