12 releases

0.1.11 Dec 29, 2023
0.1.10 Dec 29, 2023
0.1.9 Oct 26, 2023
0.1.8 Jul 11, 2023
0.1.1 Jun 29, 2023

#73 in Configuration

Download history 4/week @ 2024-02-23 3/week @ 2024-03-01 124/week @ 2024-03-08 15/week @ 2024-03-15 7/week @ 2024-03-29

54 downloads per month

GPL-2.0 license

22KB
128 lines

Shlonk - A simple, fast, URL shortener

Shlink is another self-hosted URL shortener. Though it does too much: it has a REST API, a web GUI, and many other features you are probably never going to use.

Shlonk tries to do only one thing, redirect clients to other sites, and does it well with its Yaml configuration file. Here's an example:

urls:
  home: # /home redirects to...
    url: https://git.renn.es/shlonk
  example: # /example redirects to...
    url: https://example.com/
    permanent: true
port: 8080 # Default value
address: 0.0.0.0 # Default value

To launch Shlonk, write this config to a file, say config.yml, and then run:

shlonk -c ./config.yml

That's it. That's the documentation for Shlonk. And guess what: the code is less than 200 lines long.

Installation

Cargo:

cargo install shlonk

Docker installation

See the example docker-compose.

Why the name?

It is a variation on Shlink, and here is a definition from the urban dictionary:

V. To do anything.

Shlonking is a lifestyle choice, a way to express how much better you are than any person who doesn't shlonk the same way you do. Use it as a replacement for any verb in the hopes that more individuals realize the importance of gang shlonk.

I just had to choose that name.

Dependencies

~17–53MB
~853K SLoC