Home
Softono

Bon

Open source BSD-3-Clause Handlebars
19
Stars
2
Forks
0
Issues
1
Watchers
3 years
Last Commit

 About Bon

🍮 A small, simple/minimal self hosted URL shortener written in Go (Golang).

Platforms

Web Self-hosted

Languages

Handlebars

Links

Need Help Installing Bon?

We provide expert installation service for this software. Our team will install, configure, and secure Bon on your server. plans start at just $30.

Bon

🍮 A small, simple URL shortener.

Bon is a very tiny and simple self hosted URL shortener written in Go.

Install

With go get

go get -u github.com/Rosettea/Bon

Compile from Source

git clone https://github.com/Rosettea/Bon
cd Bon
go build

Using Docker

Build:

git clone https://github.com/Rosettea/Bon
cd Bon
docker build -t bon:latest .

Run:

docker run -it -p 3000:3000 bon:latest

Usage

Run the Bon executable, then it'll be running at port 3000.

License

BSD 3-Clause