Add README and CHANGELOG
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@ -0,0 +1,22 @@
|
||||
Short - simple go url shortner
|
||||
==============================
|
||||
|
||||
[](https://git.thebarrens.nu/wolvie/short/blob/master/LICENSE)
|
||||
[](https://git.thebarrens.nu/wolvie/short/)
|
||||
|
||||
Short is a very simple url shortener build in golang using web.go module and redis (redigo) for storring URLs
|
||||
|
||||
Syntax is:
|
||||
|
||||
```shell
|
||||
Usage of /short:
|
||||
-addr string
|
||||
Address to listen for connections (default "localhost:8080")
|
||||
-domain string
|
||||
Domain to write to the URLs (default "localhost")
|
||||
-redis string
|
||||
ip/hostname of the redis server to connect (default "localhost:6379")
|
||||
-v prints current roxy version
|
||||
```
|
||||
|
||||
Includes a Dockerfile to for a standalone docker image
|
Reference in New Issue
Block a user