No description
Find a file
2021-12-07 18:19:29 +01:00
views Fixed Margin 2021-12-07 17:45:22 +01:00
.gitlab-ci.yml Update .gitlab-ci.yml 2021-12-07 18:13:02 +01:00
docker-compose.yml Update docker-compose.yml 2021-12-07 18:18:00 +01:00
Dockerfile Added Scratch Build 2021-12-07 18:09:14 +01:00
go.mod Added Project 2021-12-07 15:49:58 +01:00
go.sum Added Project 2021-12-07 15:49:58 +01:00
main.go ADDED 404 2021-12-07 17:43:43 +01:00
README.md Update README.md 2021-12-07 18:19:29 +01:00

goshorly

An easy self-hosted Link shortner in Golang with Redis <3

Installation with Docker-Compose:

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