mirror of
https://github.com/jimeh/ozu.io.git
synced 2026-02-19 08:06:39 +00:00
fa6b93d8bccab1b7070ddc2c24231f43b77583d0
ozu.io - A drunken, shitty URL shortener
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
Languages
Go
86.7%
Makefile
5.1%
HTML
4.2%
CSS
3.7%
Dockerfile
0.3%