diff options
author | Przemek Dragańczuk <draganczukp@gmail.com> | 2020-06-05 20:07:36 +0000 |
---|---|---|
committer | Przemek Dragańczuk <draganczukp@gmail.com> | 2020-06-05 20:07:36 +0000 |
commit | 4b8d43d00ebb8c8c0e28e82d73f2750ab0732b21 (patch) | |
tree | e99a7ce22a951e7f4be19e0a08a42eda89c5a598 | |
parent | Merge pull request #2105 from worldworm/master (diff) | |
download | awesome-selfhosted-4b8d43d00ebb8c8c0e28e82d73f2750ab0732b21.tar.gz awesome-selfhosted-4b8d43d00ebb8c8c0e28e82d73f2750ab0732b21.zip |
Add Simply Shorten to URL Shorteners
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1496,6 +1496,8 @@ See https://staticsitegenerators.net and https://www.staticgen.com - [Shlink](https://shlink.io) - URL shortener with REST API and command line interface. Includes official progressive web application and docker images. ([Source Code](https://github.com/shlinkio/shlink), [Clients](https://shlink.io/apps)) `MIT` `PHP` - [shorturl](https://github.com/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://github.com/draganczukp/simply-shorten) - A simple URL + shortener that just shortens links. `MIT` `Java` - [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` |