diff options
author | nodiscc <nodiscc@gmail.com> | 2019-08-20 17:33:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-20 17:33:26 +0000 |
commit | 5546e25ce87d9fec9051c88e6a2bbb3bb6d6a696 (patch) | |
tree | 300d954f91dc63040340b2c891a388e3b157afd9 | |
parent | Merge pull request #1770 from albertito/patch-1 (diff) | |
parent | fix typo (diff) | |
download | awesome-selfhosted-5546e25ce87d9fec9051c88e6a2bbb3bb6d6a696.tar.gz awesome-selfhosted-5546e25ce87d9fec9051c88e6a2bbb3bb6d6a696.zip |
Merge pull request #1755 from azlux/master
Added new url shortener (Simple-URL-Shortener)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1369,6 +1369,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com - [schort](https://github.com/sqozz/schort) - No login, no javascript, just short links. ([Demo](https://s.wx0.de)) `CC0-1.0` `Python` - [shorturl](https://github.com/prologic/shorturl) - Simple URL shortener with very tiny URLs. ([Demo](https://url.mills.io)) `MIT` `Go` - [shuri](https://github.com/pips-/shuri) - SHort URI - Lightweight URL shortener. `MIT` `PHP` +- [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` - [url-shortener](https://github.com/cagataycali/url-shortener) `⚠` - Shitty url shortener, emoji and AI powered. `MIT` `Nodejs` - [URL-Shortener](https://github.com/sapioit/URL-shortener) - Make your long links short and only uses lowercase, so you can write and spell them faster. ([Demo](http://scurtez.cf)) `GPL-3.0` `PHP` - [YOURLS](http://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` |