Skip to content

rlee287/gull

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gull

A simple URL shortener made in Go screenshot

Usage

Docker

docker run \
    -d \
    --name gull \
    -v $DATA_DIR:/data/ \
    -p 8081:8081 \
    ghcr.io/aeolyus/gull:latest

This will preserve any persistent data under $DATA_DIR.

From Source

git clone https://github.com/aeolyus/gull.git
cd ./gull
make run

This will create a directory ./gull/data where persistent data will be stored.

Acknowledgements

Inspired by mnml!

About

🐦 A simple, modern URL shortener in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 69.8%
  • JavaScript 11.5%
  • CSS 7.3%
  • Dockerfile 4.4%
  • HTML 4.1%
  • Makefile 2.9%