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 a388d760fa
Merge pull request #69 from maxibanki/renovate/react-datepicker-1.x
8 years ago
.vscode Fix #7 8 years ago
build Removed the bash info generation, now using ldflags 8 years ago
handlers Fixed not working go ldflag 8 years ago
static Update dependency react-datepicker to v1.0.3 8 years ago
stores fixed broken build and enabled yarn caching 8 years ago
util Fixed not working go ldflag 8 years ago
.gitignore added missing version.go 8 years ago
.travis.yml fixed broken build and enabled yarn caching 8 years ago
Dockerfile.amd64 Added Dockerfile Healthcheck (fix: #63) 8 years ago
Dockerfile.arm Added Dockerfile Healthcheck (fix: #63) 8 years ago
LICENSE.md - Added LICENSE.md 8 years ago
Makefile fixed incorrect package in ldflags 8 years ago
README.md Small bugfixes 8 years ago
docker-compose.yml Small bugfixes 8 years ago
main.go Abstracted boltdb as a storage interface (fix #60) 8 years ago
main_test.go Switched from viper to something selfmade: fix #44 8 years ago
renovate.json Add renovate.json 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