Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 585 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 585 Bytes

Your own self hosted url shortener.

Create new own links as many as use like.

You can use your functional domain, don't need anything new. https://myexample.com/redirect_to_this_form, but https://myexample.com/about can stay the same

There are two ways to use it:

  • Reverse proxy: with this solution, your web server will pass the request to our redirects server, and the users can use the domain witout any visible difference
  • Attach it to a new url: The running server can be attach to any url, so you can create https://url.myexample.com/ or https://myexample.com/links/, too.