Shorty is a minimal self-hosted link shortener.
You can run a pre-build container from DockerHub directly on any machine with docker installed.
docker run -it -p 8080:80 --rm ef4203/shorty:latestFinally you can upen shorty in your browser under http://localhost:8080
Download and install the .NET 8 SDK. You can build the applications with:
dotnet publish src/Shorty.Web/Shorty.Web.csproj -c Release -o out/Which then can be run with:
dotnet out/Shorty.Web.dllAll contributions are welcome, if you have ideas, improvements or suggestions feel free to open an issue or a pull request on GitHub.
This project is licensed under the MIT license, see: LICENSE. External dependencies may be subject to different licenses, see Software Bill of Material.