You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Max Schmitt c8ed94518e Improved moment.js calls: fix #45 8 years ago
.vscode Fix #7 8 years ago
build Cleaned up code and integrated deletion handling: fix #10 8 years ago
handlers Integrated live visitor tracking: fix #5 8 years ago
static Improved moment.js calls: fix #45 8 years ago
store Integrated live visitor tracking: fix #5 8 years ago
util Added unit tested and increased so the code coverage: fix #9 8 years ago
.gitignore Added unit tested and increased so the code coverage: fix #9 8 years ago
.travis.yml Integrated build infos into the binary: fix #37 and cleaned up 8 years ago
Dockerfile.amd64 Changed the docker base image to alpine because of the non existing ca-certificates 8 years ago
Dockerfile.arm Changed the docker base image to alpine because of the non existing ca-certificates 8 years ago
LICENSE.md - Added LICENSE.md 8 years ago
Makefile Integrated build infos into the binary: fix #37 and cleaned up 8 years ago
README.md Cleaned up code and integrated deletion handling: fix #10 8 years ago
docker-compose.yml Added link expiration: closes #22 8 years ago
main.go - Added optional config file: fix #40 8 years ago
main_test.go Minor changes: 8 years ago

README.md

Golang URL Shortener (Work in Progress)

Build Status GoDoc Go Report Card Coverage Status License Download Docker Pulls

Main Features

  • URL Shortening
  • Visitor Counting
  • Expirable Links
  • URL deletion
  • Authorization System via OAuth 2.0 (Google, GitHub and Microsoft)
  • High performance database with bolt
  • Easy ShareX integration
  • Dockerizable

Webinterface

Short URLs


Generate ShareX Configuration

Documenation

Why did you built this

Only because I just want to extend my current self hosted URL shorter (which was really messy code) with some more features and learn about new techniques like:

  • Golang unit testing
  • React
  • Makefiles
  • Travis CI
  • Key / Value databases
  • Dockerfile and Docker Image Creation