Home
Softono

Gull

Open source MPL-2.0 Go
36
Stars
4
Forks
1
Issues
1
Watchers
2 years
Last Commit

 About Gull

🐦 A simple, modern URL shortener in Go

Platforms

Web Self-hosted Docker

Languages

Go

Need Help Installing Gull?

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

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!