1
0
mirror of https://git.ikl.sh/132ikl/liteshort.git synced 2023-08-10 21:13:04 +03:00
liteshort/README.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2019-02-25 04:54:54 +03:00
# liteshort
liteshort is a link shortener designed with lightweightness, user and sysadmin-friendliness, privacy, and configurability in mind.
2019-02-26 05:36:19 +03:00
Click [here](https://ls.ikl.sh) for a live demo.
2019-02-25 04:54:54 +03:00
*Why liteshort over other URL shorteners?*
2019-02-25 08:07:05 +03:00
2019-02-25 04:54:54 +03:00
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.
2020-04-10 12:37:02 +03:00
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.
2019-02-25 04:54:54 +03:00
![liteshort screenshot](https://fs.ikl.sh/selif/4cgndb6e.png)
## Installation
2019-02-26 05:36:19 +03:00
2020-04-10 12:37:02 +03:00
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.