551743176b8aeca4b5daca57929d7cdeaf196a80
CI / go-tests (pull_request) Successful in 1m29s
CI runs go vet/build/test plus govulncheck on PRs. Build pushes a latest/previous image to the Gitea registry on push to main, and Release pushes a tag-matched image on git tags. Adapted from the project-manager workflows. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Ultrashorty
Really simple HTTP redirection using a CSV file.
Usage
Create a CSV file with the following headings and add in as many redirects as you like:
From,To,Status Code
Start Ultrashorty:
ultrashorty /path/to/redirects.csv
To load changes to the CSV, just stop and restart Ultrashorty.
Languages
Go
92.5%
Dockerfile
7.5%