No description
Find a file
2021-12-08 16:50:22 +01:00
db Cleaned up routes & split up for better looking 2021-12-08 16:31:52 +01:00
routes Added Status codes 2021-12-08 16:50:22 +01:00
utils Cleaned up routes & split up for better looking 2021-12-08 16:31:52 +01:00
views Make Redis as ENV Var 2021-12-08 13:12:14 +00:00
.gitignore Update .gitignore 2021-12-08 11:38:57 +01:00
.gitlab-ci.yml Update .gitlab-ci.yml 2021-12-07 22:23:41 +01:00
build-ci.sh Update build-ci.sh 2021-12-08 11:13:56 +01:00
docker-compose-proxy.yml Make Redis as ENV Var 2021-12-08 13:12:14 +00:00
docker-compose.yml Make Redis as ENV Var 2021-12-08 13:12:14 +00:00
Dockerfile Changed file to +x 2021-12-08 10:09:52 +00:00
go.mod Build vars into Image 2021-12-08 10:04:28 +00:00
go.sum Build vars into Image 2021-12-08 10:04:28 +00:00
LICENSE Add LICENSE 2021-12-07 21:30:15 +01:00
main.go Cleaned up routes & split up for better looking 2021-12-08 16:31:52 +01:00
README.md Changed README 2021-12-07 23:41:52 +01:00

goshorly

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

Live-Demo

WARNING:

  • goshorly is in an early stage, it is not an Final Version!

If you have an feature request, please do not hesitate to open an issue or merge request.

Installation with Docker-Compose (with no reverse proxy / own proxy):

mkdir goshorly
cd goshorly
wget https://git.ucode.space/Phil/goshorly/-/raw/main/docker-compose.yml
nano docker-compose.yml # Change the environment variables to your needs
docker-compose up -d

Installation with Docker-Compose (built in proxy / caddy as reverse proxy):

mkdir goshorly
cd goshorly
wget https://git.ucode.space/Phil/goshorly/-/raw/main/docker-compose-proxy.yml
mv docker-compose-proxy.yml docker-compose.yml
nano docker-compose.yml # Change the command line on caddy to your domain & environment variables to your needs
docker-compose up -d