Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/132ikl/liteshort
[MOVED] User-friendly, actually lightweight, and configurable URL shortener
https://github.com/132ikl/liteshort
api flask link-shortener website
Last synced: about 1 month ago
JSON representation
[MOVED] User-friendly, actually lightweight, and configurable URL shortener
- Host: GitHub
- URL: https://github.com/132ikl/liteshort
- Owner: 132ikl
- License: mit
- Archived: true
- Created: 2019-02-21T20:55:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T02:33:12.000Z (about 3 years ago)
- Last Synced: 2024-08-01T20:49:18.735Z (4 months ago)
- Topics: api, flask, link-shortener, website
- Language: Python
- Homepage: https://ls.ikl.sh
- Size: 73.2 KB
- Stars: 60
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - 132ikl/liteshort - [MOVED] User-friendly, actually lightweight, and configurable URL shortener (Python)
README
## This project has moved
You can now find liteshort on my [Gitea instance](https://git.ikl.sh/132ikl/liteshort).
# liteshort
liteshort is a link shortener designed with lightweightness, user and sysadmin-friendliness, privacy, and configurability in mind.Click [here](https://ls.ikl.sh) for a live demo.
*Why liteshort over other URL shorteners?*
liteshort is designed with the main goal of being lightweight. It does away with all the frills of other link shorteners and allows the best of the basics at a small resource price. liteshort uses under 20 MB of memory idle, per worker. liteshort has an easy-to-use API and web interface. liteshort doesn't store any more information than necessary: just the long and short URLs. It does not log the date of creation, the remote IP, or any other information.
liteshort focuses on being configurable. There are over 15 config options and most updates will add more. Configuration is done through the easy-to-use YAML format.
![liteshort screenshot](https://fs.ikl.sh/selif/4cgndb6e.png)
## Installation
Liteshort's installation process is dead-simple. Check out the [installation page](https://github.com/132ikl/liteshort/wiki/How-to-Install) for info on how to install.