Skip to content
/ butla Public

url shortener written in Go

Notifications You must be signed in to change notification settings

dbut2/butla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

butla

butla is a simple URL shortening service written in Go, built in Docker. It is made for speed and nothing else.

  • ❌ No UI
  • ❌ No GUI
  • ❌ No CLI
  • ❌ No API
  • ❌ No volume mounts
  • ❌ No container networking
  • ❌ No database
  • ✅ Simple in-memory configuration
  • ✅ Stupid simple
  • ✅ Stupid fast

Redirection

For a given request to {DOMAIN}/{PATH}, the first item in this list found in the config will be returned with a temporary redirect (307):

  1. {DOMAIN}/{PATH}
  2. default/{PATH}
  3. {DOMAIN}/default
  4. default/default

About

url shortener written in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •