diff options
author | Koichi MATSUMOTO <mzch@me.com> | 2022-09-14 21:43:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 21:43:13 +0000 |
commit | c1cc5060deba2c14de13e6c8d1528e59e353677e (patch) | |
tree | ea09f0cbcf43c25d938424c2b443b401c1fb7f8a | |
parent | Add OurShoppingList to the Task Management & To-do Lists section (#3259) (diff) | |
download | awesome-selfhosted-c1cc5060deba2c14de13e6c8d1528e59e353677e.tar.gz awesome-selfhosted-c1cc5060deba2c14de13e6c8d1528e59e353677e.zip |
Add Short{Paste} (#3220)
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1979,6 +1979,7 @@ Before hosting one, please see [shortcomings](https://en.wikipedia.org/wiki/URL_ - [ReducePy](https://github.com/abdullahselek/ReducePy) - URL shortener service using Tornado and Redis runs on Docker and Kubernetes. `MIT` `Python` - [schort](https://github.com/sqozz/schort) - No login, no javascript, just short links. `CC0-1.0` `Python` - [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` +- [Short{Paste}](https://github.com/adyanth/shortpaste) - A Go based URL shortener, pastebin and file uploader. `MIT` `Docker` - [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` |