2021-12-07 13:55:58 +00:00
|
|
|
# goshorly
|
|
|
|
|
2021-12-07 17:19:29 +00:00
|
|
|
An easy self-hosted Link shortner in Golang with Redis <3
|
|
|
|
|
|
|
|
Installation with Docker-Compose:
|
|
|
|
```bash
|
|
|
|
mkdir goshorly
|
|
|
|
cd goshorly
|
|
|
|
wget https://git.ucode.space/Phil/goshorly/-/raw/main/docker-compose.yml
|
|
|
|
docker-compose up -d
|
|
|
|
```
|
|
|
|
|
|
|
|
Your Instance is spinning up on port 3000
|