No description
Find a file
Phil 4abc9b8762 Merge branch '8-statistics' into 'main'
Resolve "Statistics per Instance level"

Closes #8

See merge request Phil/goshorly!10
2022-01-08 17:21:53 +01:00
db Resolve "Statistics per Instance level" 2022-01-08 17:21:53 +01:00
routes Resolve "Statistics per Instance level" 2022-01-08 17:21:53 +01:00
utils Resolve "Statistics per Instance level" 2022-01-08 17:21:53 +01:00
views Resolve "Statistics per Instance level" 2022-01-08 17:21:53 +01:00
.gitignore Update .gitignore 2021-12-08 11:38:57 +01:00
.gitlab-ci.yml Changed CI for better view 2022-01-08 16:55:09 +01:00
docker-compose-proxy.yml Resolve "Statistics per Instance level" 2022-01-08 17:21:53 +01:00
docker-compose.yml Resolve "Statistics per Instance level" 2022-01-08 17:21:53 +01:00
Dockerfile Changed to CGO_Enabled=0 2022-01-06 20:03:57 +01:00
go.mod Updated to Fiber 2.24 2022-01-01 15:01:38 +01:00
go.sum Updated to Fiber 2.24 2022-01-01 15:01:38 +01:00
LICENSE Add LICENSE 2021-12-07 21:30:15 +01:00
main.go Resolve "Statistics per Instance level" 2022-01-08 17:21:53 +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