Skip to content

ef4203/shorty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shorty

.NET Build GitHub GitHub pull requests

Shorty is a minimal self-hosted link shortener.

Getting started

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:latest

Finally you can upen shorty in your browser under http://localhost:8080

Building from source

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.dll

Contributing

All contributions are welcome, if you have ideas, improvements or suggestions feel free to open an issue or a pull request on GitHub.

License

This project is licensed under the MIT license, see: LICENSE. External dependencies may be subject to different licenses, see Software Bill of Material.

About

Minimal self-hosted link shortener

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •