Skip to content

gKits/kurz

Repository files navigation

Logo

Kurz

Make your URL's kurz.

Getting started

Docker

  1. Pull the docker image.
docker pull ghcr.io/gkits/kurz:latest
  1. Run the docker container.
docker run -d -p 4000:4000 ghcr.io/gkits/kurz:latest

Docker Compose

  1. Download the compose.yml.
wget https://raw.githubusercontent.com/gkits/kurz/refs/heads/main/compose.yml -o compose.yml
  1. Run the compose stack.
docker compose up -d

TODO

  • Implement OAuth
  • Github Actions pipeline
    • Build and release docker image

About

Just a link shortener written in Go + HTMX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published