From 925520cd71f0168cfb3ab88de4cd0874cf88c8dc Mon Sep 17 00:00:00 2001 From: Matthew Booe Date: Sat, 10 Dec 2022 15:06:48 -0800 Subject: [PATCH] Add URShort to URL Shorteners I built URShort for my own specific needs as a single user self-hoster. It's been running fine for me for a little now, so I'm hoping others might find some use from it --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd66c78b..a118ba8b 100644 --- a/README.md +++ b/README.md @@ -2015,6 +2015,7 @@ Before hosting one, please see [shortcomings](https://en.wikipedia.org/wiki/URL_ - [shorturl](https://git.mills.io/prologic/shorturl) - Simple URL shortener with very tiny URLs. ([Demo](https://url.mills.io)) `MIT` `Go` - [Simple-URL-Shortener](https://github.com/azlux/Simple-URL-Shortener) - KISS URL shortener, public or private (with account). Minimalist and lightweight. No dependencies. ([Demo](https://u.azlux.fr)) `MIT` `PHP` - [Simply Shorten](https://gitlab.com/draganczukp/simply-shorten) - A simple URL shortener that just shortens links. `MIT` `Java` +- [URShort](https://github.com/mirdaki/urshort) - A blazingly fast and amazingly simple URL shortener designed for self-hosters. `MIT` `Rust` - [YOURLS](https://yourls.org/) - YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp. ([Source Code](https://github.com/YOURLS/YOURLS)) `MIT` `PHP`