this post was submitted on 12 Apr 2025
1 points (100.0% liked)

Self-Hosted Alternatives to Popular Services

222 readers
1 users here now

A place to share, discuss, discover, assist with, gain assistance for, and critique self-hosted alternatives to our favorite web apps, web...

founded 2 years ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/laffytaffywaffy on 2025-04-12 15:27:39+00:00.


Hey folks πŸ‘‹

Just wrapped up a weekend project and thought I’d share the experience in case anyone out there is thinking about spinning up their own URL shortener.

I used Kutt as the base β€” amazing open source project (massive respect to them). From there, I made quite a few customizations:

  • Cleaned up and rewrote parts of the UI and email templates
  • Integrated SMTP via AWS SES
  • Added automated database backups with retention policies
  • Reworked the copy to give it a more polished, user-friendly feel

I’m hosting it on a 2GB VPS with PostgreSQL, Redis, and Nginx as a reverse proxy. Skipped Docker for this one β€” went with a Node.js setup instead for more direct control.

The final product is TNYL β€” short for Track Now, Your Links.

If you’re looking to host your own link shortener, this is a pretty solid starting point.

Happy to help anyone trying to set something similar up!

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here