MichaelCasaDev / shhh-url

A simple and fast self-hosted URL shortener 🏷

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shh URL

A simple self-hosted URL shortner

Deploy with Vercel

Requirements

  • MongoDB
  • Node.JS (<16.x)

Setup

A simple .ENV file to save some usefull variables that will be used by Shhh URL.

  PASSWORD=<dashboard password>
  SECRET=<a string to encrypt the dashboard password>
  
  BASE_URI=<uri of shh url>
  DATABASE_URI=<uri for the connection with the database>

Contributing

Feel free to contribute and open pull requests to made a better version of Shhh URL πŸ˜‰

License

GNU General Public License v3.0

About

A simple and fast self-hosted URL shortener 🏷

License:GNU General Public License v3.0


Languages

Language:TypeScript 97.4%Language:CSS 1.9%Language:JavaScript 0.7%