- Pull the docker image.
docker pull ghcr.io/gkits/kurz:latest- Run the docker container.
docker run -d -p 4000:4000 ghcr.io/gkits/kurz:latest- Download the
compose.yml.
wget https://raw.githubusercontent.com/gkits/kurz/refs/heads/main/compose.yml -o compose.yml- Run the compose stack.
docker compose up -d- Implement OAuth
- Github Actions pipeline
- Build and release docker image