Home
Softono
a

aeolyus

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
1

Software by aeolyus

gull
Open Source

gull

# gull A simple URL shortener made in Go ![screenshot](https://i.imgur.com/SUVa6YA.png) ## 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](https://github.com/liyasthomas/mnmlurl/)!

Link Shortening & Tracking
36 Github Stars