This is an url shortener and doc hosting tool written in go, with minimal footprint.
It is designed to run in stand-alone mode, or, you can copy the binary and run it at anywhere.
- Shorten URL
- Host rendered markdown document
There's no front end for catball, but it provides a simple api.
- Copy
config.example.json
toexample.json
and change the information within. - run
export GIN_MODE=release
- ./catball
See main.go