A simple, self-hosted link catalog / shortener / redirect service.
go build -v .
chibi
does not require much configuration. You need to set up a single
environment variable, which is required for the frontend to show the full
URLs, which can be copied.
FRONTEND_URL=chibi.srev.in chibi
Alternatively, using the super-lightweight docker container for deploying chibi.
docker run -e FRONTEND_URL=chibi.srev.in ghcr.io/srevinsaju/chibi
This project is licensed under the MIT License