diff options
author | Kieran <32241933+KieranRobson@users.noreply.github.com> | 2022-10-09 17:54:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-09 17:54:31 +0000 |
commit | 04fe6e10aece6342871ab733476849018df3dd32 (patch) | |
tree | 7597c40c35461c198a4ccb186b2489091f2d5317 | |
parent | Add Cgit to Software Development - Project Management (#3312) (diff) | |
download | awesome-selfhosted-04fe6e10aece6342871ab733476849018df3dd32.tar.gz awesome-selfhosted-04fe6e10aece6342871ab733476849018df3dd32.zip |
feat: Add Clink to Url Shorteners (#3316)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1993,6 +1993,7 @@ _Related: [Task Management & To-do Lists](#task-management--to-do-lists), [Softw Before hosting one, please see [shortcomings](https://en.wikipedia.org/wiki/URL_shortening#Shortcomings) of URL shorteners. - [Blink](https://docs.blink.rest) - Easy-to-host, SSO-integrated, CDN-powered link shortener (+decoupled analytics) for teams. ([Source Code](https://github.com/JaneJeon/blink)) `AGPL-3.0` `Nodejs` +- [Clink](https://short.swurl.xyz/) - Dead-simple, super minimal URL shortener in C. ([Source Code](https://git.swurl.xyz/swirl/clink)) `AGPL-3.0` `C` - [goshorly](https://git.ucode.space/Phil/goshorly) - An easy self-hosted Link shortener in Golang with Redis <3. `MIT` `Go` - [Kutt](https://kutt.it) - A modern URL shortener with support for custom domains. ([Source Code](https://github.com/thedevs-network/kutt)) `MIT` `Nodejs` - [liteshort](https://git.ikl.sh/132ikl/liteshort) - User-friendly, actually lightweight, and configurable URL shortener. `MIT` `Python` |